Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
charge_credit_card example returns empty response
Hi, I am testing <charge a credit card> example with a sandbox account in python code.
I could make a transaction and it was successful but I got an empty response.
{
"refId": {},
"messages": {
"resultCode": {},
"message": {
"code": {},
"text": {}
}
},
"transactionResponse": {
"responseCode": {},
"authCode": {},
"avsResultCode": {},
"cvvResultCode": {},
"cavvResultCode": {},
"transId": {},
"refTransID": {},
"transHash": {},
"testRequest": {},
"accountNumber": {},
"accountType": {},
"messages": {
"message": {
"code": {},
"description": {}
}
},
"transHashSha2": {},
"networkTransId": {}
}
}
api live console example works. What is the difference?
How do I get a meaningful response?
Thank you.
โ09-13-2022 11:12 PM
0 REPLIES 0