post https://web.moneyhash.io/api/v1.1/payout/intent/
Create a new payment intent
Parameters
Name | Description | Required? | Type |
---|---|---|---|
webhook_url | A url that the Moneyhash server will send a POST request to after payout payment. | Yes | Url |
amount_currency | The currency of the amount. | Yes | String |
amount | The amount to charge. | No | Decimal |
max_payout_amount | Max Amount the user can choose to transfer | No | Decimal |
payout_method | The type of payout method you wish to process the payment with | No | String |
provider_id | The id of the provider you wish to process this payout | No | Slug |
billing_data | Key value pairs of user billing data you want to pass to the service provider | No | Json Object |