cURL
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." }
Associate a collection transaction with a customer.
Important: Only collections can be updated this way.
Content type header.
Unique identifier of the customer.
Unique identifier of the collection transaction.
Transaction updated successfully.
Was this page helpful?