Last active
April 6, 2020 13:58
-
-
Save mvrmoreira/5e064c2feb8b834f08f00d41774c1358 to your computer and use it in GitHub Desktop.
Repayment notification
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
{ | |
"policy_id": "591b41b4-6692-4a03-9683-21621ea29d98", | |
"transfer_id": "27045216-51be-4863-860e-205097f3e6dc", | |
"policy_type": "operation_retention", | |
"operation_type": "inbound_card_payment", | |
"card_network_code": "234", | |
"acquirer": "cielo", | |
"is_prepayment": false, | |
"date": "2020-12-31", | |
"amount": 1543789, | |
"percentage": 30, | |
"origin_account": { | |
"id": "2d1e566d-bc9d-4ec3-a478-737ecc4eaeda", | |
"bank_number": "197", | |
"branch_code": "1", | |
"account_code": "123456", | |
"owner_document": "31764535000162" | |
}, | |
"target_account": { | |
"id": "8cbeb3d2-750f-4b14-81a1-143ad715c273", | |
"bank_number": "197", | |
"branch_code": "1", | |
"account_code": "403881", | |
"owner_document": "15435461000164" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment