post https://<<api_domain>>/transactions/tenants//push-payments
Log in to see full request history
Response
xxxxxxxxxx
38curl --request POST \
--url https:///%3C%3Capi_domain%3E%3E/transactions/tenants/tenantRef/push-payments \
--header 'accept: application/vnd.ni-payment.v2+json' \
--header 'content-type: application/vnd.ni-payment.v2+json' \
--data '
{
"action": "DEBIT",
"channel": "Ecom",
"sender": {
"person": {
"card": {
"type": "DEBIT",
"scheme": "VISA"
},
"alias": {
"type": "EMAIL",
"source": "MASTERCARD"
}
}
},
"receiver": {
"type": "PERSON",
"merchant": {
"scheme": "VISA"
},
"person": {
"card": {
"type": "DEBIT",
"scheme": "VISA"
Try It!
to start a request and see the response here! Or choose an example: