Last active
November 21, 2019 20:28
-
-
Save joelibaceta/600e522ab2326fc05eaa379b5edcca4e to your computer and use it in GitHub Desktop.
FraudParamsCulqi Sample
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
| { | |
| "amount": "300", | |
| "currency_code": "PEN", | |
| "email": "richard@piedpiper.com", | |
| "source_id":"tkn_test_...", | |
| "antifraud_details": { | |
| "first_name": "Richard", | |
| "last_name": "Hendricks", | |
| "address": "5230 Newell Road", | |
| "address_city": "Palo Alto", | |
| "country_code": "PE", | |
| "phone": "65054324800" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment