Last active
November 8, 2021 19:27
-
-
Save wehub/c7849091557b66406dbd0853e24f1461 to your computer and use it in GitHub Desktop.
This file contains 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": "{NOTIFICATION-ID}", | |
"resource": "notifications", | |
"path": "/notifications/{NOTIFICATION-ID}", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "accounts.negative_balance", | |
"event_time": 1568920734, | |
"payload": { | |
"name": "Mop Shop", | |
"description": "the world's premier mop shop", | |
"industry": { | |
"merchant_category_code": "7399", | |
"category_detail": null | |
}, | |
"reference_id": null, | |
"statement_description": "the world's premier mop shop", | |
"incoming_payments": { | |
"accepted_methods": ["payment_bank", "visa", "mastercard", "american_express", "discover", "jcb", "diners_club"] | |
}, | |
"payout": { | |
"default_currency": "USD", | |
"currencies": { | |
"USD": { | |
"payout_method_id": "{PAYOUT-METHOD-ID}", | |
"period": "daily", | |
"next_payout_time": 1566543600 | |
} | |
} | |
}, | |
"create_time": 1560291885, | |
"balances": { | |
"currencies": { | |
"USD": { | |
"balance": -9650, | |
"incoming_pending": 0, | |
"outgoing_pending": 0, | |
"reserve": 0 | |
} | |
} | |
}, | |
"pricing": { | |
"currencies": { | |
"USD": { | |
"credit_card": null, | |
"payment_bank": null | |
}, | |
"CAD": { | |
"credit_card": null, | |
"payment_bank": null | |
} | |
} | |
}, | |
"id": "{MERCHANT-ACCOUNT-ID}", | |
"resource": "accounts", | |
"path": "/accounts/{MERCHANT-ACCOUNT-ID}", | |
"owner": { | |
"id": "{LEGAL-ENTITIES-ID}", | |
"resource": "legal_entities", | |
"path": "/legal_entities/{LEGAL-ENTITIES-ID}" | |
}, | |
"api_version": "3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment