The relevant endpoint and http method information for the receipt output are given below.
HTTP Method | URL |
---|---|
POST | /v1/TransactionData/TransactionReceipt |
Params | Type | Mandatory |
---|---|---|
id | string | Yes |
content_type | string | No |
account_number | string | No |
REQUEST (POST) :
{
"id": “7777777777777777777”
"content_type": ""
"account_number": ""
{