Get payin by ID
GETTag: api-payments-gateway-get-payin-by-idDescription: Retrieve payin details by its unique ID./v1/payin/:id
Request
Path Parameters
Payin ID
Query Parameters
Possible values: [CREDIT_CARD, DEBIT_CARD, CASH, 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
Payin details retrieved successfully.
- application/json
- Schema
- Example (from schema)
- acquiring
- cashDeposit
- bankTransfer
Schema
- V1GetAcquiringPaymentByIdResponse
- V1GetCashDepositByIdResponse
- V1GetBankTransferDepositByIdResponse
- Array [
- ]
Payment ID.
Operation ID associated with the transaction.
Country Of Transaction.
Possible values: [POS, PDV, MPOS, PAYLINK, INTEGRATION, TAP_ON_PHONE, VIRTUAL_TERMINAL]
Payment Sales Channel.
Possible values: [DEBIT_CARD, CREDIT_CARD]
Payment Method.
Payment Value.
Possible values: [PEN, CLP, ARS, USD, BRL]
Payment Currency Tag.
Possible values: [PENDING, WAITING, WAITING_THREE_DS, AUTHORIZED, EXPIRED, DECLINED, REVERTED, CANCELLATION_IN_PROGRESS, CANCELLED, SETTLED, REFUNDED, FAILED]
Transaction Status.
Third Part Full Name.
Third Part Email Address.
Third Part Phone Number.
Possible values: [DNI, CE, PAS, PP, RUT, RUC, CUIL, CUIT, CPF, CNPJ]
Third Part Document Type.
Third Part Document Number.
Third Part Address City.
Third Part Address Country.
Third Part Address Federative Unit.
Third Part Address Number.
Third Part Address Street.
Third Part Address Zip Code.
Third Part Address Complement.
Third Part Address Neighborhood.
Last four digits of the card used.
Number of installments for the transaction.
Transaction Confirmation Date.
Transaction Declined Date.
Transaction Cancelled Date.
Transaction Settled Date.
Transaction Cancelled Max Date.
Expected External Settlement Date.
settled_acquiring_transactions object[]required
Settled Acquiring Transactions
Settled Transaction ID.
Settled Transaction Amount.
Installment Number.
Transaction Creation Date.
Transaction Refunded Date.
Url to provide to customer to continue the payment.
Redirect URL for payment success and error.
Expected time in minutes for transaction expiration.
Language code for the transaction, e.g., "en", "pt".
Transaction Expiration Date.
Transaction creation date
Transaction last update date
Payment ID.
Operation ID associated with the transaction.
Country of the transaction.
Status of the transaction.
Amount of the transaction.
Currency of the transaction.
Expiration time in minutes.
Url to provide to customer to continue the payment.
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.
Redirect URL for payment success and error.
Expiration date.
Authorized date.
Refunded date.
Settlement date.
Failed date.
Created at.
Updated at.
Payment ID.
Operation ID associated with the transaction.
Country of the transaction.
URL for completing the bank transfer.
Status of the transaction.
Amount of the transaction.
Currency of the transaction.
Expiration time in minutes.
Url to provide to customer to continue the payment.
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.
Redirect URL for payment success and error.
Expiration date.
Authorized date.
Refunded date.
Settlement date.
Created at.
Updated at.
{}
Acquiring details
Cash deposit details
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.