Create processing account

Use this method to add an additional processing account to a merchant platform.

To add a processing account to a merchant platform, you need the merchantPlatformId. Our gateway returned the merchantPlatformId in the response of the Create Merchant Platform method.

Note: If you don’t have the merchantPlatformId, use our List Merchant Platforms method to search for the merchant platform.

In the request, include the following information:

  • Business details, including its business type, time zone, and address.
  • Owners’ details, including their contact details.
  • Funding, pricing, and processing information, including its pricing model and funding accounts.

When you send a successful request, we review the information about the processing account. After we complete our review and approve the processing account, we assign a processingAccountId, which you need to perform follow-on actions.

Note: You can subscribe to our processingAccount.status.changed event to get notifications when we update the status of a processing account. For more information about how to subscribe to events, go to Events List.

Path parameters

merchantPlatformIdstringRequired
Unique identifier of the merchant platform that we sent to you when you created the merchant platform.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Idempotency-KeystringRequiredformat: "uuid"

Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.

Request

This endpoint expects an object.
doingBusinessAsstringRequired<=100 characters
Trading name of the business.
ownerslist of objectsRequired

Collection of individuals that are responsible for a processing account. When you create a processing account, you must indicate at least one owner as either of the following:

  • Control prong - An individual who has a significant equity stake in the business and can make decisions for the processing account. You can add only one control prong to a processing account.
  • Authorized signatory - An individual who doesn’t have an equity stake in the business but can make decisions for the processing account.
businessTypeenumRequired
Type of business.
categoryCodeintegerRequired

Merchant Category Code (MCC) for the type of business.

merchandiseOrServiceSoldstringRequired<=125 characters
Description of the services or merchandise sold by the business.
businessStartDatedateRequired

Date that the business was established. The format of the value is YYYY-MM-DD.

timezoneenumRequired
Time zone for the processing account.
addressobjectRequired
contactMethodslist of objectsRequired
Array of contactMethod objects. One contact method must be an email address.
processingobjectRequired
fundingobjectRequired
pricingobjectRequired
Object that contains pricing information.
signatureobjectRequired
Object that includes information about how we captured the owner's signature.
websitestringOptional<=128 characters
Website address of the business.
contactslist of objectsOptional
Array of contact objects.
metadatamap from strings to stringsOptional

Object that you can send to include custom data in the request. For more information about how to use metadata, go to Metadata.

Response

Successful request. We created the processing account.
doingBusinessAsstring<=100 characters
Trading name of the business.
ownerslist of objects
Object that contains information about the owners of the business.
businessTypeenum
Type of business.
categoryCodeinteger

Merchant Category Code (MCC) for the type of business.

merchandiseOrServiceSoldstring<=125 characters
Description of the services or merchandise sold by the business.
timezoneenum
Time zone for the processing account.
addressobject
contactMethodslist of objects
Array of contactMethods objects for the processing account. Atleast one contactMethod must be an email address.
processingobject
fundingobject
Object that contains funding information for the processing account, including funding schedules, funding fees, and details of funding accounts.
pricingobject
Object that contains pricing information.
signatureobject
Object that includes information about how we captured the owner's signature.
processingAccountIdstring or null
Unique identifier of the processing account.
createdDatedatetime or null
Date and time that we received your request to create the processing account in our system.
lastModifiedDatedatetime or null
Date and time that the processing account was last modified.
statusenum or null

Status of the processing account.

  • entered - We have received information about the account, but we have not yet reviewed it.
  • pending - We have reviewed the information about the account, but we have not yet approved it.
  • approved - We have approved the account for processing transactions and funding.
  • subjectTo - We have approved the account, but we are waiting on further information.
  • dormant - Account is closed for a period.
  • nonProcessing - We have approved the account, but the merchant has not yet run a transaction.
  • rejected - We rejected the application for the processing account.
  • terminated - Processing account is closed.
  • cancelled - Merchant withdrew the application for the processing account.
websitestring or null<=128 characters
Website address of the business.
businessStartDatedate or null

Date that the business was established. The format of the value is YYYY-MM-DD.

contactslist of objects or null
Array of contact objects.
metadatamap from strings to strings or null

Object that you can send to include custom data in the request. For more information about how to use metadata, go to Metadata.

Errors