Create Platform Merchant Bank Account

Create a bank account for a platform sub-merchant

SecurityLimepay-Token
Request
path Parameters
merchantId
required
string
Request Body schema: application/json
bankName
string
accountName
required
string
accountNumber
required
string
country
required
string (Country)

ISO-3166 two letter country code for where the merchant is a tax resident.

Enum: "AU" "NZ" "ZA"
currency
required
string

Three-letter ISO currency code, in uppercase. See https://www.iso.org/iso-4217-currency-codes.html

routingNumber
required
string
Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/marketplaces/merchants/{merchantId}/accounts
Request samples
application/json
{
  • "bankName": "string",
  • "accountName": "string",
  • "accountNumber": "string",
  • "country": "AU",
  • "currency": "AUD",
  • "routingNumber": "string"
}
Response samples
application/json
{
  • "accountId": "xacc_ZqCNZBMSwU7yXmCt"
}
Copyright © April Solutions 2023. All right reserved.