Ecommerce plugins
Integration guides
API reference
Nothing Found
Ecommerce plugins
Integration guides
API reference
Merchants
A business or individual that uses April to facilitate payments for their customers.
GET
/merchants
Return a paginated list of matching merchants
POST
/merchants
Create a new sub-merchant within the context of a marketplace
GET
/merchants/{merchantId}
Return details of a merchant
PATCH
/merchants/{merchantId}
Various actions for updating a merchant such as updating the bank account used for payouts
GET
/merchants/{merchantId}/balances
Query the account balances of a merchant
POST
/merchants/{merchantId}/files
Upload a document scan as part of the merchant onboarding profile
GET
/merchants/{merchantId}/files/{fileId}
Get details on a merchant onboarding file
GET
/merchants/{merchantId}/applepay
Get the domains registered for ApplePay for the specified merchant
GET
/merchants/{merchantId}/owners
Return details of all beneficial owners for the given merchant
POST
/merchants/{merchantId}/owners
Create a beneficial owner for the given merchant
GET
/merchants/{merchantId}/owners/{ownerId}
Return details of a beneficial owner
PUT
/merchants/{merchantId}/owners/{ownerId}
Overwrite an existing beneficial owner
DELETE
/merchants/{merchantId}/owners/{ownerId}
Delete a beneficial owner
GET
/merchants/industries
List all industries we currently support
Next to
Query Merchants