{
"customerId": "9c7b6a2e-1d3f-4a5b-8c9d-0e1f2a3b4c5d",
"account": {
"owner": "Acme Importação Ltda"
},
"sourceAmount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"destinationAmount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"intent": {
"type": "WITHDRAWAL",
"beneficiary": {
"holder": {
"name": "John Doe",
"taxId": "12345678901",
"address": {
"addressLine1": "Rua Augusta, 500",
"city": "São Paulo",
"country": "BR",
"postalCode": "01304-001",
"addressLine2": null,
"state": "SP"
}
},
"instruction": {
"address": {
"type": "PixKey",
"rail": "PIX_KEY",
"keyType": "CPF",
"key": "12345678901"
}
}
}
},
"fees": [
{
"type": "PERCENTAGE",
"amount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"source": "FX_SPREAD",
"percentage": "0.0050"
}
],
"transactions": [
{
"type": "PIX",
"direction": "CREDIT",
"amount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"currentState": {
"status": "PROCESSING",
"createdAt": "2023-11-07T05:31:56Z",
"reason": "<string>"
},
"endToEnd": "<string>"
}
],
"currentState": {
"status": "COMPLETED",
"createdAt": "2023-11-07T05:31:56Z"
},
"atTime": "2023-11-07T05:31:56Z",
"tags": [
{
"key": "psp",
"value": "Amazon"
},
{
"key": "compliance-tier",
"value": "high"
}
]
}Fires when a payment operation reaches its terminal success state.
{
"customerId": "9c7b6a2e-1d3f-4a5b-8c9d-0e1f2a3b4c5d",
"account": {
"owner": "Acme Importação Ltda"
},
"sourceAmount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"destinationAmount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"intent": {
"type": "WITHDRAWAL",
"beneficiary": {
"holder": {
"name": "John Doe",
"taxId": "12345678901",
"address": {
"addressLine1": "Rua Augusta, 500",
"city": "São Paulo",
"country": "BR",
"postalCode": "01304-001",
"addressLine2": null,
"state": "SP"
}
},
"instruction": {
"address": {
"type": "PixKey",
"rail": "PIX_KEY",
"keyType": "CPF",
"key": "12345678901"
}
}
}
},
"fees": [
{
"type": "PERCENTAGE",
"amount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"source": "FX_SPREAD",
"percentage": "0.0050"
}
],
"transactions": [
{
"type": "PIX",
"direction": "CREDIT",
"amount": {
"value": "500.00",
"asset": "BRL",
"decimals": 2
},
"currentState": {
"status": "PROCESSING",
"createdAt": "2023-11-07T05:31:56Z",
"reason": "<string>"
},
"endToEnd": "<string>"
}
],
"currentState": {
"status": "COMPLETED",
"createdAt": "2023-11-07T05:31:56Z"
},
"atTime": "2023-11-07T05:31:56Z",
"tags": [
{
"key": "psp",
"value": "Amazon"
},
{
"key": "compliance-tier",
"value": "high"
}
]
}Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
Payload delivered for operation lifecycle events (OPERATION_REQUESTED, OPERATION_COMPLETED, OPERATION_FAILED). Inspect the X-Event-Type header — or currentState.status on the payload — to tell which transition fired. Intermediate statuses (PROCESSING, ON_HOLD, ACTION_REQUIRED) are not published as webhooks; fetch GET /api/operations/{operationId} if you need them.
"9c7b6a2e-1d3f-4a5b-8c9d-0e1f2a3b4c5d"
Reference to a customer account, including the registered owner name.
Show child attributes
Monetary amount expressed as a decimal string in the asset's canonical scale. Use a decimal-precision library for arithmetic — never JavaScript Number.
Show child attributes
Monetary amount expressed as a decimal string in the asset's canonical scale. Use a decimal-precision library for arithmetic — never JavaScript Number.
Show child attributes
Operation intent. Discriminated by type.
Show child attributes
Fee charged on the operation. Discriminated by type.
Show child attributes
Underlying rail transactions executed for this operation.
Show child attributes
Status the operation is in at the time the event fires.
Show child attributes
When this event occurred. Distinct from the resource's createdAt — events fire on state transitions, so atTime reflects when the transition happened, not when the underlying resource was first created.
Quote linked to the operation, when applicable. null for same-asset operations or operations without a quote.
Show child attributes
System-managed labels stamped onto the operation when it is created. Inherited from the account's propagating tags.
Show child attributes
[
{ "key": "psp", "value": "Amazon" },
{ "key": "compliance-tier", "value": "high" }
]
Acknowledged. Trace considers any 2xx response a successful delivery.
Was this page helpful?