Get Mapping By Pk External Id

View as Markdown

Reverse lookup: find the source-system entity behind a PaymentKit ID.

Authentication

AuthorizationBearer

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

Path parameters

pk_idstringRequired
PaymentKit ID
migration_idstringRequired

Migration ID (e.g., mig_dev_abc123)

account_idstringRequired

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