{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "conversion.completed",
"api_version": "2026-05-01",
"payload": {
"id": "550e8400-e29b-41d4-a716-446655440006",
"type": "conversion",
"source_amount": "100.50",
"target_amount": "100.50",
"source_account_id": "550e8400-e29b-41d4-a716-44665544000b",
"target_account_id": "550e8400-e29b-41d4-a716-44665544000c",
"metadata": {
"invoice_id": "INV-2026-0042"
},
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z",
"completed_at": "2026-01-15T10:36:00Z"
},
"date": "2026-01-15T10:30:00Z"
}Webhook Events
conversion.completed
Sent when a conversion has completed successfully.
WEBHOOK
conversion.completed
{
"id": "550e8400-e29b-41d4-a716-446655440008",
"type": "conversion.completed",
"api_version": "2026-05-01",
"payload": {
"id": "550e8400-e29b-41d4-a716-446655440006",
"type": "conversion",
"source_amount": "100.50",
"target_amount": "100.50",
"source_account_id": "550e8400-e29b-41d4-a716-44665544000b",
"target_account_id": "550e8400-e29b-41d4-a716-44665544000c",
"metadata": {
"invoice_id": "INV-2026-0042"
},
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z",
"completed_at": "2026-01-15T10:36:00Z"
},
"date": "2026-01-15T10:30:00Z"
}Authorizations
Bearer token for authentication with Augustus Banking API
Body
application/json
Unique identifier for the event. Stable across retries.
Example:
"550e8400-e29b-41d4-a716-446655440008"
Event type in resource.action format.
Available options:
conversion.completed API version the payload was rendered at. Stable across retries and redeliveries.
Example:
"2026-05-01"
Full resource snapshot at the time of the event.
Show child attributes
Show child attributes
ISO 8601 UTC timestamp when the event was created.
Example:
"2026-01-15T10:30:00Z"
Response
200
Event received successfully.
Was this page helpful?