v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBAccounts
Create an account
Creates a new account object.
When you create an account, we recommend to include the customer's country. Some transactions may fail if you do not include it, as this field is required for specific payment methods.
post/accounts
Request body
Example request
{
"contact": {
"first": "First",
"last": "Last",
"email": "first.last@domain.com",
"company": "Company Name",
"phone": "555-555-5555"
},
"language": "en",
"country": "US",
"lookup": {
"custom": "customKey"
}
}Response
OK
Example response
{
"account": "abcDEFgHiJklM1N-3OP9q",
"id": "abcDEFgHiJklM1N-3OP9q",
"action": "account.create",
"result": "success"
}