Creating a payout
To create a new payout, the following details need to be provided.- The amount & currency to pay out to the recipient
- The card instrument to pay out to; this can be either a stored card or inline card details
- The ID of the payment service to process the request via
- The buyer (recipient) details in the form of an inline buyer record, or the ID/external identifier of a stored buyer.
Stored buyer or payment method
You can replace thebuyer
object with a previously stored buyer using
either our buyer_id
or your own buyer_external_identifier
. Likewise, you
can use a previously stored payment method:
Limitations
A few limitations can be expected when making payouts.- Some payment services may have strict requirements for the buyer billing details passed as part of the request. Please see your PSPs developer documentation for more details.
- Some payment services may require payouts to be explicitly enabled. Please contact your PSPs support team for more details.
- Some payment services may require additional fields to be supplied that are specific to that integration. For this we have introduced the
connection_options
object in our API. Please see the API specification for more details.