Transaction
Update transaction payment
Enriches a transaction with payment status and customer details. Used by digital-wallet integrations to surface richer data in the dashboard.
Authorization
ApiKeyAuth Authorization<token>
API key created in the dashboard (Settings → Manage API Keys). Sent in the
Authorization header. Whether a Bearer prefix is required is unconfirmed —
verify against a live request.
In: header
Path Parameters
id*string
Transaction ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/transactions/497f6eca-6276-4993-bfeb-53cbbbba6f08/payment" \ -H "Content-Type: application/json" \ -d '{}'Empty
{ "errors": { "message": "string" }}