# Philippines

Supported Payment Methods


| Payment 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](api-42628142)

```JSON
{
    "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"
            }
        }
    }
}
```



:::info[]
* user_id: This is unique ID registered by beneficiary in GCash with a phone number
* name: example: Dela Cruz,Juan Santos
:::

