Payouts
Call the Payouts API to request withdrawal for your customer.
GET /payout/{id}
Request
Response
Response details
Parameter | Description |
---|---|
| The created payment by the request made unique identificator. |
| The customer id stored on your platform for future identification. |
| The id of the transaction generated in you platform. |
| The amount that the client specified when initiating the transaction. |
| The currency type that the amount will be credited. |
| The current status of the payment. These are our statuses: |
| The date and time the transaction was created. |
| The date and time the transaction was updated with new status. |
GET /payouts
Request
Parameters details
Parameter | Type | Description |
---|---|---|
|
| The number of items to return in the response. |
|
| The page number indicating which set of items will be returned in the response. So, the combination of |
|
| Sorts the items in the response by filter in ascending or descending order.
Eg.: |
|
| |
|
| |
|
| Sorts the items in the response by looking for the customer_id that was once provided by your system. |
|
| Sorts the items in the response by looking for the transaction_id that was once provided by your system.
To get multiple transaction_id, send each transaction_id separating by comma (,).
Eg.: |
Response
Response details
Parameter | Description |
---|---|
| The created payment by the request made unique identificator. |
| The customer id stored on your platform for future identification. |
| The id of the transaction generated in you platform. |
| The amount that the client specified when initiating the transaction. |
| The currency type that the amount will be credited. |
| The current status of the payment. These are our statuses: |
| The date and time the transaction was created. |
| The date and time the transaction was updated with new status. |