Show
Retrieve the full detail of a single payment link transaction belonging to an account. The response includes the related payment link and payment method when available.
The history_id path parameter is the numeric transaction id returned as id by the list endpoint. A 404 response is returned when no matching transaction exists for the specified account.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
ULID of the account that owns the payment link history. Must belong to the authenticated merchant.
"01HZX9K3P2J4M6N8Q0R2T4V6W8"
Numeric id of the payment history record (payment_link_histories.id), as returned in the list endpoint id field.
85
Response
Success
Success envelope returned by the payment link history detail endpoint. Wraps a single history record in data.
