Deposit status endpoint
Retrieve the status of a previously created deposit
Example response
{
"user_id": "11",
"deposit_id": 123456789,
"invoice_id": "ql4vhBUlvnic",
"country": "BR",
"currency": "BRL",
"usd_amount": 35.00,
"local_amount": 281.06,
"bonus_amount": 0.00,
"bonus_relative": false,
"payment_method": "IX",
"payment_type": "BANK_TRANSFER",
"status": "COMPLETED",
"payer": {
"document": "84932568207",
"document_type": "CPF",
"email": "[email protected]",
"first_name": "John",
"last_name": "Smith",
"birth_date": "19770930",
"full_name": "John Smith",
"pep": true,
"legal_situation": "REGULAR"
},
"refunded": false,
"current_payer_verification": "NO_CURRENT_PAYER_DATA"
}
Last updated
Was this helpful?

