v1
latestOpenAPI 3.0.32026-07-248079274.0 KBFaster Payments
Create an account
Create an account to make payments to. Submit a request containing the account information and an account_id will be returned in the response.
post/accounts
Headers
Company-Idstring uuid
Unique ID assigned by Acquired.com for your company.
Midstring uuid
Unique ID assigned by Acquired.com connecting to a specific acquiring bank.
Request body
Example request
{
"account": {
"currency": "gbp"
}
}Response
Created
Example response
{
"status": "success",
"account_id": "033649df-76cb-45eb-82d9-5a3afa075150"
}