transaction.json 688 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "transaction": {
  3. "amount": "409.94",
  4. "authorization": "authorization-key",
  5. "created_at": "2005-08-01T11:57:11-04:00",
  6. "gateway": "bogus",
  7. "id": 389404469,
  8. "kind": "authorization",
  9. "location_id": null,
  10. "message": null,
  11. "order_id": 450789469,
  12. "parent_id": null,
  13. "status": "success",
  14. "test": false,
  15. "user_id": null,
  16. "device_id": null,
  17. "receipt": {
  18. "testcase": true,
  19. "authorization": "123456"
  20. },
  21. "payment_details": {
  22. "avs_result_code": null,
  23. "credit_card_bin": null,
  24. "cvv_result_code": null,
  25. "credit_card_number": "XXXX-XXXX-XXXX-4242",
  26. "credit_card_company": "Visa"
  27. }
  28. }
  29. }