Skip to main content
GET
Show

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

ULID of the account that owns the payment link history. Must belong to the authenticated merchant.

Example:

"01HZX9K3P2J4M6N8Q0R2T4V6W8"

history_id
integer
required

Numeric id of the payment history record (payment_link_histories.id), as returned in the list endpoint id field.

Example:

85

Response

Success

Success envelope returned by the payment link history detail endpoint. Wraps a single history record in data.

status
integer
required

HTTP status code of the response.

Example:

200

success
boolean
required

Indicates whether the request was processed successfully. Always true for a 200 response.

Example:

true

data
object
required

The payment link history record.