Status PageContact sales
DevelopersIntegration guidesEmbedded componentsSDKs & toolsAPI reference
  • Using the API
    • API overview
    • API responses
  • API
  • Webhooks
LogoLogo
Status PageContact sales
WebhooksPay OutPay Out Transaction Webhooks

Transaction Declined

Triggered when a pay out transaction is declined. Notification name: `payout_transaction_declined`
Was this page helpful?
Previous

Transaction Technical Decline

Next
Built with
Transaction Technical Decline

Triggered when a pay out transaction is declined.

Notification name: payout_transaction_declined

Payload
1{
2 "Event": "PayOutDeclined",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "Payment declined!",
5 "TransId": "01K460GX3R65K9SBBNDCB9YXXX",
6 "TotalAmount": "3.00",
7 "CustomerId": "1234",
8 "CustomerNumber": "ELC-667",
9 "Method": "vcard",
10 "ExternalPaypointId": null
11}

Headers

Content-LengthstringRequired
The content length of the payload
Content-TypestringRequired
Always application/json; charset=utf-8
AcceptstringRequired
Content types accepted, typically * /*
StringstringRequired
String header field

Response

200
any
Return a 200 status to indicate that the data was received successfully.
HoststringRequired

Host IP address (52.3.204.115 for sandbox, 54.166.54.170 for production)

Payload

The payload of this webhook request is an object.
Event"PayOutDeclined"Required
Event type identifier
PaypointstringRequired

The name of the merchant/paypoint

TextstringRequired

Human-readable description of the event

TransIdstringRequired
Unique transaction identifier
TotalAmountstringRequired
Total transaction amount including fees
CustomerIdstringRequired
The unique identifier for the customer
CustomerNumberstringRequired
Internal customer identifier
MethodstringRequired
Payment processing method
ExternalPaypointIdstring or nullRequired
External paypoint system identifier
The content length of the payload
String header field

Content types accepted, typically * /*

Always application/json; charset=utf-8