Create Payment
create_paymentCharge a source to initiate a payment and transfer funds. Provide amount in centavos, currency, and optional description.
Instructions
Charge a chargeable source to create a payment (moves money).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in centavos as an integer (e.g. 5000 = ₱50.00). | |
| currency | No | ISO currency code. | PHP |
| source_id | Yes | Source ID to charge (src_...). | |
| description | No | Payment description |