Get all payout
GETTag: api-payments-gateway-get-payout-allDescription: Retrieve all payouts for the authenticated user by payout type, with an optional country filter and pagination./v1/payout
Request
Query Parameters
Page number, starting from 1. Default is 1.
Field to sort the results by.
Possible values: [BRA, ARG, CHL, PER]
Possible values: [CREDIT_CARD, DEBIT_CARD, CASH, BANK_TRANSFER]
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
Payouts retrieved successfully.
- application/json
- Schema
- Example (from schema)
Schema
- V1GetAllBankTransferPaymentsResponse
- Array [
- ]
Page number.
Page size.
Page total.
Total of elements.
data object[]required
List of bank transfer payments.
Payout ID.
Operation ID associated with the transaction.
Country of the transaction.
Status of the transaction.
Amount of the transaction.
Currency tag of the transaction.
Third party's first name.
Third party's last name.
Third party's email address.
Third party's phone number.
Third party's document number.
Third part document type.
Third party's address zip code.
Third party's address street.
Third party's address number.
Third party's address city.
Third party's address state.
Third party's address country.
Third party's address complement.
Third party's bank code.
Possible values: [SA, CA, CP]
Third party's account type.
Third party's account number.
Date when the transaction was authorized.
Date when the transaction failed.
Creation date of the transaction record.
Last update date of the transaction record.
{}
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.