Get Mapping By Source Id

View as Markdown

Look up the PaymentKit ID for a single source-system entity ID.

Authentication

AuthorizationBearer

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

Path parameters

source_idstringRequired
Source system entity ID
migration_idstringRequired

Migration ID (e.g., mig_dev_abc123)

account_idstringRequired

Query parameters

source_systemstringRequired
Source system name
source_entity_typeenumRequired

Source entity type (e.g. customer)

Response

Successful Response
idstring
Unique identifier
source_systemstring
Source system name
source_entity_typeenum
Source entity type
source_idstring
Source system entity ID
pk_idstring
PaymentKit ID
pk_entity_typeenum
PaymentKit entity type
created_atdatetime
When the mapping was created

Errors

422
Unprocessable Entity Error