Get Payout by ID
GETTag: api-payments-gateway-get-payout-by-idDescription: Retrieve payout details by its unique ID./v1/payout/:id
Request
Path Parameters
Payout ID
Query Parameters
Possible values: [BANK_TRANSFER]
Payment method type
Header Parameters
Sender Wallet UUID (if empty, your default Wallet UUID will be settled)
The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.
Possible values: [pt-BR, en-US]
Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.
The product ID is a UUID (v4) used to identify the Z.ro product configuration.
The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.
Responses
- 200
- 400
- 401
- 422
Payout details retrieved successfully.
- application/json
- Schema
- Example (from schema)
- bankTransfer
Schema
- V1GetBankTransferPaymentByIdResponse
Payout ID.
Operation ID associated with the transaction.
Possible values: [BRA, ARG, CHL, PER]
Country of the transaction.
Possible values: [PENDING, WAITING, AUTHORIZED, REJECTED, REVERSED, PROCESSED, FAILED, ERROR]
Status of the transaction.
Amount of the transaction.
Currency of the transaction.
Third part name.
Third part last name.
Third part email.
Third part phone.
Third part document.
Third part document type.
Third part address zip code.
Third part address street.
Third part address number.
Third part address city.
Third part address state.
Third part address country.
Third part address complement.
Possible values: [SA, CA, CP]
Third part account type.
Third part account number.
Third part bank code.
Authorized date.
Failed date.
Created at.
Updated at.
{}
Bank Transfer details
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.