Wallet
How to use Wallet to submit a payout in Pakistan.
Submit a payout by Wallet in Pakistan.
POST https://sandbox.transfersmile.com/api/payout
This endpoint allows you to submit a payout by Wallet in Pakistan.
Headers
Content-Type*
string
application/json; charset=UTF-8
AppId*
string
Your App ID in payout platform.
Authorization*
string
SHA256($sorted_params + $app_key)
Request Body
name*
string
Beneficiary's name, length must between 5 and 100
account*
string
Beneficiary's wallet account - 11 digits, start with 03 -
account_type*
string
Fixed Value: PHONE
fee_bear*
string
One of [beneficiary | merchant]
custom_code*
string
Merchant's order id.
- Max.50 -
method*
string
Fixed Value: Wallet
channel*
string
Easypaisa or JazzCash
country*
string
Fixed value: PAK, for Pakistan
additional_remark*
string
Additional Remark - Max Length: 40 -
notify_url*
string
Where pagsmile will callback to
arrival_currency*
string
Beneficiary's account currency.
- Fixed Value: PKR-
source_currency*
string
Merchant's account currency
- supported: USD, GBP, EUR, PKR -
amount_type
string
Specify the amount value is fixed for merchant or beneficiary
- One of: source_amount, arrival_amount(default) -
amount*
string
Payout amount
- Min 50, Max 50,000 -
Example
Last updated
Was this helpful?