{
"merchantId": "{{merchantId}}",
"merchantApiKey": "{{merchantApiKey}}",
"merchantKey": "{{merchantKey}}",
"walletName": "Mastercard",
"amount": "{{amount}}",
"paymentCurrency": "USD",
"paymentDescription": "{{payerDescription}}",
"payerName": "{{payerName}}",
"payerReference": "{{payerReference}}",
"payerAccountId": {{accountId}},
"profileId": {{profileId}},
"dynamicPaidList": [
{
"dynamicMerchantId": "{{Approved Merchant ID}}",
"dynamicPayoutPercentage": {{Percentage 1-100 i.e 50}}
},
{
"dynamicMerchantId": "{{Approved Merchant ID}}",
"dynamicPayoutPercentage": {{Percentage 1-100 i.e 50}}
}
]
}
curl --location --request POST 'https://live.smatpay.africa/init/authenticate/merchant/bulkWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "{{merchantId}}",
"merchantApiKey": "{{merchantApiKey}}",
"merchantKey": "{{merchantKey}}",
"walletName": "Mastercard",
"amount": "{{amount}}",
"paymentCurrency": "USD",
"paymentDescription": "{{payerDescription}}",
"payerName": "{{payerName}}",
"payerReference": "{{payerReference}}",
"payerAccountId": {{accountId}},
"profileId": {{profileId}},
"dynamicPaidList": [
{
"dynamicMerchantId": "{{Approved Merchant ID}}",
"dynamicPayoutPercentage": {{Percentage 1-100 i.e 50}}
},
{
"dynamicMerchantId": "{{Approved Merchant ID}}",
"dynamicPayoutPercentage": {{Percentage 1-100 i.e 50}}
}
]
}'
{
"auth": {
"token": "eyJhbGciOiJIUzUxMiJ9.eyJVc2VySWQiOjksIlJvbGVzIjoiVVNFUiIsInN1YiI6ImFuZXN1QHNtYXRlY2hncm91cC5jb20iLCJpYXQiOjE3MTg5NjY3MTYsImV4cCI6MTcxODk4NDcxNn0.n-vy2K6-1wyoP9hmZmztpNtewgqkYFVY-XMXqiR-00__BuUMp3dGLtg8JhkFTDNh5SpG0SKHgS0u6FlW11knZA",
"user": {
"id": 9,
"email": "anesu@smatechgroup.com",
"role": "USER",
"token": "eyJhbGciOiJIUzUxMiJ9.eyJVc2VySWQiOjksIlJvbGVzIjoiVVNFUiIsInN1YiI6ImFuZXN1QHNtYXRlY2hncm91cC5jb20iLCJpYXQiOjE3MTg5NjY3MTYsImV4cCI6MTcxODk4NDcxNn0.n-vy2K6-1wyoP9hmZmztpNtewgqkYFVY-XMXqiR-00__BuUMp3dGLtg8JhkFTDNh5SpG0SKHgS0u6FlW11knZA"
},
"errorResponse": {
"errorMessage": null,
"statusCode": 0
}
},
"paymentInitiationResponse": {
"status": "000.100.110",
"paymentTokenExpiry": null,
"paymentTokenDescription": "Request successfully processed in 'Merchant in Integrator Test Mode'",
"paymentToken": null,
"paymentId": "8ac7a4a09039ce5001903a669eb46d9c"
}
}