Create payments to your merchant account
Pay in to your merchant account with a single payment, payment mandate or bank transfer.
Create a payment to your merchant account ID
When you create a payment with the /payments
endpoint, you can specify your merchant account as the beneficiary. To do so, provide your merchant_account_id
as the value for the payment_method.beneficiary.merchant_account_id
object.
Create a VRP mandate to your merchant account ID
When you create a variable recurring payment mandate with the /mandates
endpoint, you can specify your merchant account as the beneficiary. To do so, provide your merchant_account_id
as the value for the mandate.sweeping.beneficiary.merchant_account_id
or mandate.commercial.beneficiary.merchant_account_id
object.
Pay your merchant account via bank details
You or users can also pay into your merchant account using the merchant account's account number and sort code, or IBAN.
To find the account number and sort code for your merchant account, either:
- Sign in to Console, access your merchant account dashboard, and click the Details tab after selecting the correct merchant account.
- Use the
/merchant-account/{id}
or/merchant-account
endpoint and check theaccount_identifiers
object in the response.
Updated 19 days ago