Easy Cashout Status Endpoint
Learn how to check the status of a cashout requests with our Easy Cashout API
Last updated
Learn how to check the status of a cashout requests with our Easy Cashout API
Last updated
GET
https://payout-api-stg.directa24.com/v1/payments/{request_id}
Use this endpoint to check wether a cashout was created by the customer and its status
Name | Type | Description |
---|---|---|
Once you have created an Easy Cashout request, the request won't be send for processing until the customer opens the link and fill in all their details. To know when the customer completed their details, you will need to check the status of it after some minutes. That can be done by doing a GET of the following URL with the ID obtained from the cashout_url.
If the Easy Cashout Creation returned the following URL:
"cashout_url": "https://payout.directa24.com/payout/9934005565ac4e098de983d1ff450231",
Then the ID after /payout/
will be used to identify the cashout with the Status endpoint: 9934005565ac4e098de983d1ff450231
Field name | Format | Description |
---|---|---|
Field name | Format | Description |
---|---|---|
Code | Description |
---|---|
request_id
string
This is the ID returned along with the cashout_url link
data
object[]
Object containing the elements of the response
data.amount
Number
Amount of the cashout. It is the same you sent
data.bank_name
String
Name of the bank the customer chose
data.currency
String
Currency of the amount. It is the same you sent
data.date_created
String
Date and Time in which the customer completed the cashout
data.external_id
String
External ID of the transaction. It is the same you sent
data.last_status_change
String
Last Date and Time in which the cashout changes its status
data.request_id
String
Cashout request ID
data.status
String
Status of the transaction: [PENDING, DELIVERED, COMPLETED, REJECTED, ON_HOLD, CANCELLED]
data.user_document
String
Masked document ID of the customer
error
String
Field containing the error type
message
String
Field containing the description of the error
200
Status of the cashout successfully retrieved
404
The cashout couldn't be locate with the ID provided
5XX
Internal error