curl --request POST \ --url https://waypay-merchant-api.icydesert-41d42f7e.uaenorth.azurecontainerapps.io/Gateway/v1/Settlements \ --header 'SWICH-API-Key: pk_test_xxxxxxxx' \ --header 'Content-Type: application/json' \ --data '{ "amount": 50000, "currency": "PKR", "payoutCurrency": "PKR", "bankName": "Meezan Bank", "iban": "PK24MEZN0003490001234567", "accountTitle": "My Business Account" }'
{ "id": "aa0e8400-e29b-41d4-a716-446655440000", "merchantId": "bb0e8400-e29b-41d4-a716-446655440000", "amount": 50000, "currency": "PKR", "payoutCurrency": "PKR", "payoutAmount": 50000, "fee": 100, "netAmount": 49900, "fxRate": null, "fxRateTimestamp": null, "bankName": "Meezan Bank", "iban": "PK24MEZN0003490001234567", "accountTitle": "My Business Account", "usdtAddress": null, "status": 0, "requestedAt": "2025-12-12T11:00:00Z", "approvedAt": null, "processedAt": null, "failureReason": null, "isAuto": false }
Create a settlement request to withdraw funds to your bank account
0
1
2
3
4
5