Supported Payment MethodsPayment Method | Supported Currencies | Minimum Payout Amount per Transaction | Maximum Payout Amount per Transaction |
---|
GCash | PHP | 1.00 PHP | 50,000.00 PHP |
GCash#
Request Example:#
The following example shows the minimum parameter set. For parameter details, refer to:Create a Payout{
"payment_amount": 100,
"payment_currency": "PHP",
"source_currency": "PHP",
"beneficiary_data": {
"destination_data": {
"destination_type": "gcash",
"gcash": {
"user_id": "09123456789",
"name": "Last name,First name"
}
}
}
}
user_id: This is unique ID registered by beneficiary in GCash with a phone number
name: example: Dela Cruz,Juan Santos
Modified at 2025-08-20 13:00:12