front and backend api for connecting card networks of issuers with merchant networks of student organisations and cardholders (students)
Last login: Thu May 21 09:57:04 on console
karamthapar@karams-MacBook-Air ~ % >....
"is_filter_only": false
},
{
"field": "transaction_type",
"type": "character varying(128)",
"description": "A type field that categorizes the transaction event.",
"display": "Transaction Type",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "network",
"type": "character varying(128)",
"description": "The card network on which a transaction took place.",
"display": "Network",
"units": null,
"has_total": false,
"is_filter_only": false
}
],
"records": [
{
"post_date": "2019-09-18T00:00:00.000Z",
"settlement_date": null,
"transaction_type": "Cleared Returns",
"network": "Visa"
},
{
"post_date": "2019-09-18T00:00:00.000Z",
"settlement_date": null,
"transaction_type": "Forced Post Settlements",
"network": "Pulse"
},
...
{
"post_date": "2019-09-18T00:00:00.000Z",
"settlement_date": null,
"transaction_type": "Forced Post Settlements",
"network": "Mastercard"
}
]
}
cursh cursh cursh cursh cursh> https://diva-api.marqeta.com/data/v2/views/settlements/week?program=my_program
cursh cursh cursh cursh cursh> programbalances
cursh cursh cursh cursh cursh> programbalancessettlement
cursh cursh cursh cursh cursh> GET
cursh cursh cursh cursh cursh> SEND
cursh cursh cursh cursh cursh> POST
cursh cursh cursh cursh cursh> >....
"count": 10000,
"info": {},
"start_date": "2019-05-01T00:00:00+0000",
"end_date": "2019-05-23T00:00:00+0000",
"last_run_time": "2019-05-23T15:05:57Z",
"schema": [
{
"field": "post_date",
"type": "date",
"description": "The date a transaction was posted by the network.",
"display": "Post Date",
"units": null,
"has_total": false,
"date_format": "YYYY-MM-DD",
"is_filter_only": false
},
{
"field": "currency_conversion_fees",
"type": "numeric(38,2)",
"description": "The amount of currency conversion fees charged by either MasterCard, Visa, Discover, Maestro, Cirrus, VisaInterlink, VisaPlus, VisaNetDebit or Pulse.",
"display": "Currency Conversion Fees",
"units": "USD",
"has_total": true,
"is_filter_only": false
}
],
"records": [
{
"post_date": "2019-05-23T00:00:00.000Z",
"currency_conversion_fees": 0
},
{
"post_date": "2019-05-23T00:00:00.000Z",
"currency_conversion_fees": 0
},
…
{
"post_date": "2019-05-23T00:00:00.000Z",
"currency_conversion_fees": 0
}
]
}
cursh cursh cursh cursh cursh cursh cursh cursh> {
"total": 2,
"is_more": false,
"count": 2,
"info": {},
"start_date": "2018-02-08T00:00:00+0000",
"end_date": "2018-02-09T00:00:00+0000",
"last_run_time": "2018-02-09T18:03:19Z",
"schema": [
{
"field": "post_date",
"type": "date",
"display": "Post Date",
"units": null,
"has_total": false,
"date_format": "YYYY-MM-DD",
"is_filter_only": false
},
{
"field": "currency_conversion_fees",
"type": "numeric(14,2)",
"display": "Currency Conversion Fees",
"units": null,
"has_total": false,
"is_filter_only": false
}
],
"records": [
{
"post_date": "2018-02-09T00:00:00.000Z",
"currency_conversion_fees": 4.94
},
{
"post_date": "2018-02-08T00:00:00.000Z",
"currency_conversion_fees": 0.56
}
]
}
cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh> >....
"end_date": "2018-02-09T00:00:00+0000",
"last_run_time": "2018-02-09T17:03:41Z",
"schema": [
{
"field": "acting_user_token",
"type": "character varying(128)",
"display": "Acting User Token",
"units": null,
"hasTotal": false,
"is_filter_only": false
},
{
"field": "transaction_amount",
"type": "numeric(14,2)",
"display": "Transaction Amount",
"units": null,
"hasTotal": false,
"is_filter_only": false
},
{
"field": "post_date",
"type": "date",
"display": "Post Date",
"units": null,
"hasTotal": false,
"date_format": "YYYY-MM-DD HH:mm:ss",
"is_filter_only": false
}
],
"records": [
{
"acting_user_token": "BJT6WTBMQQAZ7EIC",
"transaction_amount": 9363.92,
"post_date": "2018-02-09T00:00:00.000Z"
},
{
"acting_user_token": "WNYRX8Z8BLVYL7RE",
"transaction_amount": 8506.53,
"post_date": "2018-02-09T00:00:00.000Z"
},
{
"acting_user_token": "A9ZZ6G9OT94XJQC3",
"transaction_amount": 6748.36,
"post_date": "2018-02-08T00:00:00.000Z"
}
]
}
cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh cursh> >....
"end_date": "2018-02-09T00:00:00+0000",
"last_run_time": "2018-02-09T17:03:41Z",
"schema": [
{
"field": "acting_user_token",
"type": "character varying(128)",
"display": "Acting User Token",
"units": null,
"hasTotal": false,
"is_filter_only": false
},
{
"field": "transaction_amount",
"type": "numeric(14,2)",
"display": "Transaction Amount",
"units": null,
Leave feedback in the comments!
Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.