mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	ci(postman): Fix Stripe collection to address check failure (#2078)
This commit is contained in:
		@ -69,7 +69,7 @@ mod storage {
 | 
				
			|||||||
            {
 | 
					            {
 | 
				
			||||||
                Ok(v) if v.contains(&HsetnxReply::KeyNotSet) => {
 | 
					                Ok(v) if v.contains(&HsetnxReply::KeyNotSet) => {
 | 
				
			||||||
                    Err(errors::StorageError::DuplicateValue {
 | 
					                    Err(errors::StorageError::DuplicateValue {
 | 
				
			||||||
                        entity: "ephimeral key",
 | 
					                        entity: "ephemeral key",
 | 
				
			||||||
                        key: None,
 | 
					                        key: None,
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    .into())
 | 
					                    .into())
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "info": {
 | 
					  "info": {
 | 
				
			||||||
    "_postman_id": "a64a0a71-3270-4f9a-828b-e65f9704739c",
 | 
					    "_postman_id": "b4f11b9e-244e-4f34-b5dd-418dcdc91699",
 | 
				
			||||||
    "name": "stripe",
 | 
					    "name": "stripe",
 | 
				
			||||||
    "description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage payments. Our APIs accept and return JSON in the HTTP body, and return standard HTTP response codes.  \nYou can consume the APIs directly using your favorite HTTP/REST library.  \nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without affecting production data.\n\n### Base URLs\n\nUse the following base URLs when making requests to the APIs:\n\n| Environment | Base URL |\n| --- | --- |\n| Sandbox | [https://sandbox.hyperswitch.io](https://sandbox.hyperswitch.io) |\n| Production | [https://router.juspay.io](https://router.juspay.io) |\n\n# Authentication\n\nWhen you sign up for an account, you are given a secret key (also referred as api-key). You may authenticate all API requests with Juspay server by providing the appropriate key in the request Authorization header.  \nNever share your secret api keys. Keep them guarded and secure.\n\nContact Support:  \nName: Juspay Support  \nEmail: [support@juspay.in](mailto:support@juspay.in)",
 | 
					    "description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage payments. Our APIs accept and return JSON in the HTTP body, and return standard HTTP response codes.  \nYou can consume the APIs directly using your favorite HTTP/REST library.  \nWe have a testing environment referred to \"sandbox\", which you can setup to test API calls without affecting production data.\n\n### Base URLs\n\nUse the following base URLs when making requests to the APIs:\n\n| Environment | Base URL |\n| --- | --- |\n| Sandbox | [https://sandbox.hyperswitch.io](https://sandbox.hyperswitch.io) |\n| Production | [https://router.juspay.io](https://router.juspay.io) |\n\n# Authentication\n\nWhen you sign up for an account, you are given a secret key (also referred as api-key). You may authenticate all API requests with Juspay server by providing the appropriate key in the request Authorization header.  \nNever share your secret api keys. Keep them guarded and secure.\n\nContact Support:  \nName: Juspay Support  \nEmail: [support@juspay.in](mailto:support@juspay.in)",
 | 
				
			||||||
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
 | 
					    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
 | 
				
			||||||
 | 
				
			|||||||
@ -78,6 +78,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -89,6 +89,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -52,6 +52,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -77,6 +77,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -52,6 +52,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -21,10 +21,6 @@
 | 
				
			|||||||
      "amount": 8000,
 | 
					      "amount": 8000,
 | 
				
			||||||
      "currency": "USD",
 | 
					      "currency": "USD",
 | 
				
			||||||
      "confirm": false,
 | 
					      "confirm": false,
 | 
				
			||||||
      "routing": {
 | 
					 | 
				
			||||||
        "type": "single",
 | 
					 | 
				
			||||||
        "data": "stripe"
 | 
					 | 
				
			||||||
      },
 | 
					 | 
				
			||||||
      "capture_method": "automatic",
 | 
					      "capture_method": "automatic",
 | 
				
			||||||
      "capture_on": "2022-09-10T10:11:12Z",
 | 
					      "capture_on": "2022-09-10T10:11:12Z",
 | 
				
			||||||
      "amount_to_capture": 6540,
 | 
					      "amount_to_capture": 6540,
 | 
				
			||||||
@ -42,6 +38,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -77,6 +77,10 @@
 | 
				
			|||||||
          "amount": 7000,
 | 
					          "amount": 7000,
 | 
				
			||||||
          "quantity": 1
 | 
					          "quantity": 1
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -77,6 +77,10 @@
 | 
				
			|||||||
          "amount": 7000,
 | 
					          "amount": 7000,
 | 
				
			||||||
          "quantity": 1
 | 
					          "quantity": 1
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -76,6 +76,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -76,6 +76,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -76,6 +76,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -76,6 +76,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -76,6 +76,10 @@
 | 
				
			|||||||
          "amount": 1800,
 | 
					          "amount": 1800,
 | 
				
			||||||
          "account_name": "transaction_processing"
 | 
					          "account_name": "transaction_processing"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -38,6 +38,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -40,6 +40,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -62,6 +62,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -75,6 +75,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -70,6 +70,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -62,6 +62,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -72,6 +72,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -89,6 +89,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -64,6 +64,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "eventOrder": [
 | 
					  "eventOrder": [
 | 
				
			||||||
    "event.test.js"
 | 
					    "event.test.js",
 | 
				
			||||||
 | 
					    "event.prerequest.js"
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -69,7 +69,6 @@
 | 
				
			|||||||
        "payment_succeeded_enabled": true,
 | 
					        "payment_succeeded_enabled": true,
 | 
				
			||||||
        "payment_failed_enabled": true
 | 
					        "payment_failed_enabled": true
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      
 | 
					 | 
				
			||||||
      "sub_merchants_enabled": false,
 | 
					      "sub_merchants_enabled": false,
 | 
				
			||||||
      "metadata": {
 | 
					      "metadata": {
 | 
				
			||||||
        "city": "NY",
 | 
					        "city": "NY",
 | 
				
			||||||
 | 
				
			|||||||
@ -84,6 +84,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
    "Payments - Retrieve",
 | 
					    "Payments - Retrieve",
 | 
				
			||||||
    "Payments - Confirm",
 | 
					    "Payments - Confirm",
 | 
				
			||||||
    "Payments - Capture",
 | 
					    "Payments - Capture",
 | 
				
			||||||
    "Payments - Create Copy",
 | 
					    "Payments - Create Again",
 | 
				
			||||||
    "Payments - Cancel",
 | 
					    "Payments - Cancel",
 | 
				
			||||||
    "Payment-List"
 | 
					    "Payment-List"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
				
			|||||||
@ -83,6 +83,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
@ -83,6 +83,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "eventOrder": [
 | 
					  "eventOrder": [
 | 
				
			||||||
    "event.test.js"
 | 
					    "event.test.js",
 | 
				
			||||||
 | 
					    "event.prerequest.js"
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -83,6 +83,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
@ -84,6 +84,10 @@
 | 
				
			|||||||
        "udf1": "value1",
 | 
					        "udf1": "value1",
 | 
				
			||||||
        "new_customer": "true",
 | 
					        "new_customer": "true",
 | 
				
			||||||
        "login_date": "2019-09-10T10:11:12Z"
 | 
					        "login_date": "2019-09-10T10:11:12Z"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
 | 
					      "routing": {
 | 
				
			||||||
 | 
					        "type": "single",
 | 
				
			||||||
 | 
					        "data": "stripe"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user