🇵🇰Pakistan
Wallets
payout_method.type = wallet
payout_method.payment_method = bank_wallets
Example Wallet Payload
{
"payout_method": {
"type": "wallet",
"payment_method": "bank_wallets",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"account_name":"John Doe",
"account_number": "PK36SCBL0000001123456702",
"bank_code": "EASYPAISA",
"national_id": "123456789012"
}
}
},
"amount": {
"value": "1000",
"currency_code": "PKR"
},
"country_code": "PK",
"purpose": "revenue_share",
"reference": "Invoice #12345",
"request_id": "unique_request_id"
}
{
"purpose": "REVENUE_SHARE",
"reference": "Invoice #12345",
"id": "f78956b0-ae2b-4ad9-9038-b40a2ad5013b",
"payout_method": {
"type": "wallet",
"payment_method": "bank_wallets",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 1000,
"currency_code": "PKR"
},
"country_code": "PK",
"request_id": "unique_request_id",
"created_at": 1708757105
}
Bank Transfer
payout_method.type = bank_transfer
payout_method.payment_method = bank_transfer
Example Bank Transfer Payload
{
"payout_method": {
"type": "wallet",
"payment_method": "bank_wallets",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"account_name": "John Doe",
"account_number": "PK36SCBL0000001123456702",
"bank_code": "UBL",
"national_id": "1234567890123"
}
}
},
"amount": {
"value": 1000.00,
"currency_code": "PKR"
},
"country_code": "PK",
"purpose": "revenue_share",
"request_id": "unique_request_id"
}
{
"purpose": "REVENUE_SHARE",
"reference": null,
"id": "52ce208e-7c64-4eeb-9535-e0164401844e",
"payout_method": {
"type": "wallet",
"payment_method": "bank_wallets",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 1000,
"currency_code": "PKR"
},
"country_code": "PK",
"request_id": "unique_requesast_id",
"created_at": 1709279038
}
Pakistan Bank Codes
Last updated