IPN: Instant Payment Notification
Receive payment notifications on a specific URL
IPN : Instant Payment Notification
Payload example
{
"myParam": "transmitted value",
"sourcePayment": "payer address",
"USD_Amount": "USD amount",
"trx": "transaction ID",
"secret": "secret-key"
}Last updated