Payout
Estimate Payout Amount API
This endpoint calculates the estimated total payout amount including MDR (Merchant Discount Rate) and transaction fees based on the provided amount, wallet ID, and card number.
API Endpoint
Headers
| Header Name | Description |
|---|---|
Content-Type | Specifies the content type. Always set to application/json. |
Authorization | Bearer token for authentication. |
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
wallet_id | String | Wallet ID of the user | Yes |
amount | Number | Transaction amount in smallest currency unit | Yes |
card_number | String | Credit/Debit card number | Yes |
Payload
The payload should be sent in JSON format. Below is the structure of the payload: