Retrieve Info board

In this route, you can check how the operation disbursement is distributed through your code.

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-02Invalid hash.
401401-05Unauthorized or token invalid
429429-01Too many requests

Response Parameters

ParameterFormatDescription
returnBooleanIndicates if the request was successful.
return_codeStringReturn code of the request.
messageStringReturn message of the request.
data.operation.codeStringUnique code for the operation.
data.operation.code_operationStringOperation code associated with the disbursement.
data.operation.free_amount_paymentIntegerThe amount of free payment associated with the operation.
data.payment_accounts[].codeStringUnique code for the payment account.
data.payment_accounts[].document_customerStringCustomer's document number associated with the account.
data.payment_accounts[].name_customerStringCustomer's name associated with the account.
data.payment_accounts[].bank_codeStringCode of the bank associated with the account.
data.payment_accounts[].bank_nameStringName of the bank associated with the account.
data.payment_accounts[].transfer_modeStringTransfer mode for the payment.
data.payment_accounts[].account_numberStringAccount number associated with the payment account.
data.payment_accounts[].code_accountStringCode associated with the account.
data.payment_accounts[].agency_numberStringAgency number associated with the account.
data.payment_accounts[].code_agencyStringCode associated with the agency.
data.payment_accounts[].code_operationString/nullCode of the operation associated with the payment, if any.
data.payment_accounts[].type_accountStringType of the account (e.g., Checking, Savings).
data.payment_accounts[].payment_amountStringAmount of payment associated with the account.
data.payment_accounts[].created_atStringDate and time when the account was created.

Request Parameter

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!