Skip to main content
POST
/
api
/
external
/
collection
/
attach-customer
Attach customer to collection
curl --request POST \
  --url https://api-prod.blaaiz.com/api/external/collection/attach-customer \
  --header 'Content-Type: application/json' \
  --header 'x-blaaiz-api-key: <api-key>' \
  --data '
{
  "customer_id": "9d4c4ec5-59ea-4130-bf8a-6a5edec401ee",
  "transaction_id": "fb87c0f8-31e3-46f3-b0d3-1ff2618565bc"
}
'
{
  "message": "Transaction updated successfully."
}

Authorizations

x-blaaiz-api-key
string
header
required

Headers

Accept
string
default:application/json

Content type header.

Body

application/json
customer_id
string
required

Unique identifier of the customer.

transaction_id
string
required

Unique identifier of the collection transaction.

Response

Transaction updated successfully.

message
string
required