Transfiya
Call the Payouts API to request withdrawal for your customer.
POST /payout
Request
Parameters details
Parameter | Type | Required | Description |
---|---|---|---|
|
| yes | The customer id stored on your platform for future identification. |
|
| no | When the merchant needs to keep track of its various offices / branch, this field must be fill. |
|
| yes | Name of the customer who started the transaction. |
|
| yes | Email of the customer who started the transaction. |
|
| yes | Provide a valid document number.
|
|
| no | Allowed document types: CC, CE, NIT, PA... |
|
| yes | The amount that the client specified when initiating the transaction showed IN DOLLARS (use dot instead of comma)
|
|
| yes | The currency type that the amount will be credited. |
|
| yes | The country type that the amount will be credited. |
|
| yes | The payment method your customer will use. |
|
| yes | The URL in you site that our API will notify when the payment changes the status, the HTTP supported method should be HTTP
|
| |||
|
| yes | The id of the transaction generated in you platform. |
Response
Response details
Parameter | Description |
---|---|
| The created payout by the request made unique identificator. Can be used to verify the payout status in the GET /payout/{id} endpoint |
| The current status of the payment. These are our statuses: |
| |
| The full value of the transaction, including service fees. Decimal separator it a dot |
| The value of the transaction, without service fees. Decimal separator it a dot |
| The exchange rate applied to the current transaction |
| The service fee value |
Last updated