{
"pg_order_id": "order_121",
"pg_merchant_id": 555555,
"pg_payment_id": 123456789,
"pg_sig": "your signature",
"pg_salt": "random string"
}{
"pg_payment_id": 123456789,
"pg_amount": 100,
"pg_status": "success",
"pg_created_at": "2026-04-29 11:34:45",
"pg_refund_payments": [
{
"pg_payment_id": 123456790,
"pg_amount": -100,
"pg_status": "success",
"pg_created_at": "2026-04-29 11:34:57"
}
],
"pg_salt": "random string",
"pg_sig": "your signature"
}