{
"object": "APPLICATION",
"data": {
"merchant_key": "MERCHANT_ABC",
"customer_id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
"partner_customer_id": "PARTNER_USER_456",
"application_id": "APP-7F3C1E20-4B8A-4E11-9C6D-2A5F0B7D3E91",
"status": "OFFER_ACCEPTED",
"reason_code": "CREDIT_FILE_FROZEN",
"recoverable": true,
"created_at": "2025-02-13T19:08:07.000Z",
"updated_at": "2025-02-13T19:08:07.000Z",
"upgraded": false,
"customer_metadata": {
"loyalty_id": "840012345678",
"membership_tier": "gold"
}
}
}"<string>"Webhooks
Application event notification
Receive an event notification when an application for a payment method is created or transitions statuses.
WEBHOOK
Application
{
"object": "APPLICATION",
"data": {
"merchant_key": "MERCHANT_ABC",
"customer_id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
"partner_customer_id": "PARTNER_USER_456",
"application_id": "APP-7F3C1E20-4B8A-4E11-9C6D-2A5F0B7D3E91",
"status": "OFFER_ACCEPTED",
"reason_code": "CREDIT_FILE_FROZEN",
"recoverable": true,
"created_at": "2025-02-13T19:08:07.000Z",
"updated_at": "2025-02-13T19:08:07.000Z",
"upgraded": false,
"customer_metadata": {
"loyalty_id": "840012345678",
"membership_tier": "gold"
}
}
}"<string>"Headers
HMAC signature generated using shared webhook secret and webhook payload
Body
application/json
Response
200 - text/plain
Webhook received successfully.
The response is of type string.