Create
Authorizations
API key authentication
Body
^org_[a-zA-Z0-9]+$The type of Paygentic entity this external reference points at
item Paygentic id of the entity, e.g. itm_xxx
Lowercase snake_case provider identifier (e.g. salesforce, netsuite)
64^[a-z][a-z0-9_]*$Identifier of the record in the external system
255^[a-zA-Z0-9_-]+$Human-friendly name shown in UIs (e.g. a NetSuite financial-treatment name)
255Provider-specific fields (e.g. { "sfObject": "Product2" })
Whether this is the canonical reference for (provider, externalId). The primary is unique per merchant; non-primary references are aliases.
Whether this is the default target for the entity + provider. At most one default per (entityType, entityId, provider).
Response
External reference created
Links a Paygentic entity to a record in an external system such as Salesforce or NetSuite.
Unique identifier for an external reference
^xrf_[a-zA-Z0-9]+$externalReference Unique identifier for an organization
^org_[a-zA-Z0-9]+$The type of Paygentic entity this external reference points at
item Lowercase snake_case provider identifier (e.g. salesforce, netsuite)
64^[a-z][a-z0-9_]*$Optional external identifier for cross-referencing with external systems. Alphanumeric characters, hyphens, and underscores only.
255^[a-zA-Z0-9_-]+$