Transaction Declined

Triggered when a pay in transaction is declined.

Notification name: payin_transaction_declined

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
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"PaymentDeclined"RequiredDefaults to PaymentDeclined
Event type identifier.
PaypointstringRequired

The name of the merchant/paypoint

TextstringRequired

Human-readable description of the event

transIdstringRequired
Unique transaction identifier
NetAmountstringRequired
Net transaction amount in currency format
FeestringRequired
Processing fee amount in currency format
TotalAmountstringRequired
Total transaction amount including fees
transDatestringRequired

Transaction date in MM/DD/YYYY format

transTimestringRequired

Transaction timestamp in MM/DD/YYYY HH:mm:ss format

NotesstringRequired
Additional transaction notes or description
CustomerstringRequired
Customer full name
CustomerEmailstringRequired
Customer email address
CustomerPhonestringRequired
Customer phone number
CustomerNumberstringRequired
Internal customer identifier
ContactUsstringRequired
Contact information string
MethodstringRequired
Payment processing method
EntryPointstringRequired
System entry point identifier
ExternalPaypointIdstring or nullRequired
External paypoint system identifier

Response

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