Sonic Payment Gateway allows merchants to easily transfer funds directly to bank accounts using our bank payouts APIs. This feature allows merchants to pay out their earnings to their own bank account or to pay their employees and contractors.
If the request is successful, the API will return a 200 OK response with the created bank payout object in the response body. The bank payout object will have the following properties:
Property
Type
Description
id
string
The unique identifier for the bank payout
recipient_name
string
The name of the recipient
recipient_account_number
string
The bank account number of the recipient
recipient_bank_name
string
The name of the recipient's bank
recipient_bank_code
string
The bank code of the recipient's bank
amount
number
The amount of the bank payout
currency
string
The currency of the bank payout
status
string
The status of the bank payout (e.g. succeeded, failed)
metadata
object
Additional information associated with the bank payout, in key-value pairs
created_at
string
The date and time the bank payout was created, in ISO 8601 format
The API will return a 200 OK response if the request is successful, with an array of country objects in the response body. Each country object will have the following properties:
Property
Type
Description
code
string
The ISO 4217 currency code for the currency (e.g. USD, EUR, GBP)