Last active
September 20, 2019 23:54
-
-
Save wehub/5b818f34e4748728236637e8e7c8f9e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "212e91ea-721e-49d5-9a80-74b770d65e40", | |
"resource": "notifications", | |
"path": "/notifications/212e91ea-721e-49d5-9a80-74b770d65e40", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "payments.created", | |
"event_time": 1568854510, | |
"payload": { | |
"id": "00000000-0000-0000-0000-0000415b9dc9", | |
"resource": "payments", | |
"path": "/payments/00000000-0000-0000-0000-0000415b9dc9", | |
"owner": { | |
"id": "3a9c5261-a690-4c00-9e40-8804f092eb77", | |
"resource": "accounts", | |
"path": "/accounts/3a9c5261-a690-4c00-9e40-8804f092eb77" | |
}, | |
"create_time": 1568854508, | |
"status": "pending", | |
"amount": 20000, | |
"currency": "USD", | |
"payment_method": { | |
"id": "00000000-6363-0000-0000-000057f0cb8a", | |
"resource": "payment_methods", | |
"path": "/payment_methods/00000000-6363-0000-0000-000057f0cb8a" | |
}, | |
"fee_amount": 100, | |
"auto_capture": true, | |
"order": null, | |
"pending_reasons": [ | |
{ | |
"reason_code": "PROCESSING", | |
"reason_message": "Payment is being processed.", | |
"details": [ | |
{ | |
"detail_code": "processing", | |
"detail_message": "The payment currently under processing." | |
} | |
] | |
} | |
], | |
"failure_reason": null, | |
"txnr_app_fee": null, | |
"txnr_merchant": null, | |
"amount_refunded": 0, | |
"amount_disputed": 0, | |
"initiated_by": "customer", | |
"reference_id": null, | |
"custom_data": null, | |
"api_version": "3.0" | |
}, | |
"api_version": "3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment