Thirdparty Insert

This route allows the registration of disbursements to third parties within the operation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

Attention point:

To consume the route, it is necessary to pass the operation code as a parameter.

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-02Invalid hash.
400400-11Error registering.
400400-32Value informed exceeds that available for payment.
400400-37Invalid type for field 'X'
400400-93Disbursement to third parties disabled.
406406-03field 'X' is mandatory and was not informed.

Response Parameters

ParameterFormatDescription
request_codeStringRequest identification code.
returnBooleanIndicates if the request was successful.
return_codeStringReturn code of the request.
messageStringReturn message of the request.
Path Params
string
required

Operation code

Body Params
string
required
Defaults to 00000000000

Beneficiary's document number, such as SSN or company registration number.

string
required
Defaults to Beneficiary Name Example

Full name of the beneficiary.

string
required
Defaults to 001

Bank code for the transfer.

string
required
Defaults to 0000

Bank branch number.

string
required
Defaults to 0

Branch verification digit.

string
required
Defaults to 00000

Beneficiary's bank account number.

string
required
Defaults to 0

Account verification digit.

int32
required
Defaults to 1

Account Type(1 = current account , 2 = savings account)

int32
Defaults to null

Bank operation code, if applicable.

float
required
Defaults to 0

Transaction amount, in decimal format.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain