payments.json 236 B

12345678910
  1. {
  2. "payments" : [
  3. {
  4. "id": "east-44a400ef20b36e38f10b882cb7260796",
  5. "amount": 10.00,
  6. "session_id": "east-44a400ef20b36e38f10b882cb7260796",
  7. "unique_token": "my-client-generated-idempotency-token"
  8. }
  9. ]
  10. }