Update Customer Processor Mapping

View as Markdown

Re-point and/or (de)activate ONE of a customer’s processor-customer mappings.

Refuses (409) any change that would leave more than one active mapping for the same (customer, processor). Never creates a processor customer.

Authentication

AuthorizationBearer

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

Path parameters

customer_idstringRequired
mapping_external_idstringRequired
account_idstringRequired

Request

This endpoint expects an object.
their_customer_idstring or nullOptional>=1 character

Re-point this mapping at a different processor-customer id

is_activeboolean or nullOptional
Activate or deactivate this mapping

Response

Successful Response
idstring
processor_idstring
their_customer_idstring
is_activeboolean
processor_namestring or nullOptional

Errors

422
Unprocessable Entity Error