Guest User

Untitled

a guest
Oct 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. payment": {
  2. "account_status": "string",
  3. "additional_data": "string",
  4. "additional_information": [
  5. "string"
  6. ],
  7.  
  8. {
  9. "paymentMethod": {
  10. "method": "checkmo",
  11. "additional_data": {
  12. "sortcode" :"00-00-00",
  13. "account_number" : "12345678"
  14. }
  15. }
  16. }
  17.  
  18. "payment": {
  19. "account_status": null,
  20. "additional_information": [
  21. "Check / Money order",
  22. null,
  23. null
  24. ],
  25.  
  26. {
  27. "paymentMethod": {
  28. "method": "checkmo",
  29. "additional_information": {
  30. "sortcode" :"00-00-00",
  31. "account_number" : "12345678"
  32. }
  33. }
Add Comment
Please, Sign In to add comment