Skip to main content
POST
Create a link to customer

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The customer id of the customer you want to create the link from.

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The related linked customer data

type
enum<string>
required

Link type

Available options:
CUSTOMER_LINK
customerId
string
required

The customer id of the customer you want to create the link to.

Example:

5123465

Response

Successful creation of linked customer

description
string

When a payment is declined, a response description is returned, if available, providing more context on why the transaction failed. This includes a return code and a brief explanation. If multiple issues cause the decline, only one response description is sent; the most recent reason for decline is returned. If the payment is successful, the resourceResponse attribute is returned with null value.

Example:

"061-Usage Limit '24H_RETAIL' Amount Exceeded"

id
string

Will contain the ID of the resource that has been created or updated