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, YAPE]
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
- yape
Schema
- V1GetBankTransferPaymentByIdResponse
- V1GetYapeWalletPaymentByIdResponse
Payout ID.
Operation ID associated with the transaction.
Possible values: [BRA, ARG, CHL, PER, MEX]
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.
Third party's bank name.
Authorized date.
Failed date.
Created at.
Updated at.
Payout ID.
Operation ID associated with the transaction.
Possible values: [BRA, ARG, CHL, PER, MEX]
Country of the transaction.
Possible values: [PENDING, WAITING, AUTHORIZED, REJECTED, REVERSED, PROCESSED, FAILED, ERROR]
Status of the transaction.
Amount of the transaction in cents.
Possible values: [MXN, PEN, CLP, ARS, USD, BRL]
Currency of the transaction.
Third part name.
Third part last name.
Third part email.
Third part phone (Yape cellphone number).
Third part document (DNI).
Possible values: [DNI, CE, PAS, PP, RUT, RUC, CUIL, CUIT, CPF, CNPJ, RFC, CURP, PASSPORT, TAXSTATEMENT, IDCARD]
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 (Yape uses cellphone).
Third part account number (Yape cellphone number).
Third part bank code.
Third part bank name.
Authorized date.
Failed date.
Created at.
Updated at.
{}
Bank Transfer details
Yape Wallet Payment 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.