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 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "9d4c4ec5-59ea-4130-bf8a-6a5edec401ee",
  "transaction_id": "fb87c0f8-31e3-46f3-b0d3-1ff2618565bc"
}
'
{ "message": "Transaction updated successfully." }

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Headers

Accept
string
default:application/json

Content type header.

Body

application/json
customer_id
string
required

Unique identifier of the customer. The customer must belong to your business and be VERIFIED.

transaction_id
string
required

Unique identifier of the collection transaction.

Response

Transaction updated successfully.

message
string
required