Recipient Services Account
Recipient Account
Service to obtain recipient account information.
post/v1/payment/payment-key/info
Request body
Example request
{
"transaction": {
"reference_id": "REF0000001",
"business_id": "BIZ0000001",
"account": "SBX000",
"amount": {
"currency_code": "BRL",
"value": 1500.56
}
}
}Response
Recipient response
Example response
{
"name": "Box Jhon",
"account": {
"type": "CC"
},
"bank": {
"name": "Bank name"
},
"descriptor": "From Mike to Maria's birthday present"
}