v1
latestSwagger 2.02026-07-1415198294.2 KBDigital Account Reference Number
Used to create a digital account reference number from Incontrol
Used to create a digital account reference number from Incontrol
post/send/v1/{partnerId}/digital-account
Path parameters
partnerIdstring required
Path Param - Provider assigned partner id.
Type: Alphanumeric Special [a-zA-Z0-9_-], Length: 32
Request body
Example request
{
"digital_account": {
"account_type": "DEBIT",
"account_uri": "raw:558900009012",
"reference": "ABC_231231233243242"
}
}Response
Response details for a create digital account reference number
Example response
{
"digital_account": {
"account_type": "DEBIT",
"account_uri": "raw:558900009012",
"digital_account_reference_number": {
"issue_timestamp": "2016-09-22T13:22:11-05:30",
"pan": "5234568000001230"
},
"reference": "ABC_231231233243242"
}
}