Skip to main content

Payouts to a wallet in the Philippines

Payout parameters (PHP)

NameTypeMandatoryDescription
payment_methodPaymentMethod+Payout data
 typestring+Value: wallet
 walletWalletPaymentMethod+Recipient's wallet details
  typestring+Value: global
  globalWalletGlobal+Wallet data
   namestring+Wallet name from the table below
   descriptionstring+Purpose of remittance for the payout. This description should match the classification given in How to specify the remittance purpose
   msisdnstring+Recipient's phone number
participant_detailsParticipantDetails+Information on the payout participants
  recipientParticipant+Recipient details
   currencystring+Recipient's currency in ISO 4217 format. Case insensitive
   country_iso3string+Recipient's country code (ISO-3166-1 alpha-3)
   first_namestring+Recipient's first name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout
   last_namestring+Recipient's last name. Important: if the name is passed incorrectly, the recipient bank may not accept the payout
  senderParticipant+Sender details
   address_linestring-Sender's address
   company_namestring+Sender company name. Limited to 100 characters, cannot contain digits only
   registration_numberstring+Sender company registration number
   date_of_incorporationstring-Sender company incorporation date
   postal_codestring-Sender's postal code
   country_iso3string+Sender’s country code (ISO-3166-1 alpha-3)
   msisdnstring-Sender's phone number
  codestring+Sender company registration number
amount_detailsAmountDetails+Payout amount details
 amountint+Payout amount in decimal format. The value must be greater than zero. If you are sending 100 USD, write 10000
 currencystring+ISO 4217 currency code. Case insensitive

Example

curl -X POST \
https://demo.smart-glocal.com/api/v1/session/start/payout \
-H 'Content-Type: application/json' \
-H 'X-PARTNER-PROJECT: your_project_name' \
-H 'X-PARTNER-SIGN: signature' \
-d'{
"session_id": "ps_1053680",
"payment_method": {
"type": "wallet",
"wallet": {
"type": "global",
"global": {
"name": "GrabPay",
"description": "FAMILY_SUPPORT",
"msisdn": "phone number"
}
}
},
"participant_details": {
"sender": {
"address_line": "Sender's address",
"country_iso_code": "GBR",
"postal_code": "postal code",
"date_of_incorporation": "2022-07-27",
"company_name": "Company name",
"registration_number": "159",
"msisdn": "+4554323423112",
"code": "1234567890"
},
"recipient": {
"first_name": "John",
"last_name": "Johnson",
"currency": "php",
"country_iso3": "phl"
}
},
"amount_details": {
"amount": 1000,
"currency": "usd"
}
}

List of supported mobile wallets

CountryCurrencyE-Wallet
PhilippinesPHPGCash
PhilippinesPHPGrabPay
PhilippinesPHPPayMaya