{"info":{"_postman_id":"7e48f79e-ad44-44bb-8013-8294f77e8e5f","name":"Blink Payment API","description":"<html><head></head><body><p>The Blink API allows Blink merchants to create payments through card, open banking and direct debit. The payment API allows for full customization, while the paylink API enables users to create unique links for quick ECOM payments.</p>\n<p>Sign up <a href=\"https://www.blinkpayment.co.uk/developer-signup\">here</a> for a free sandbox account.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21463868","collectionId":"7e48f79e-ad44-44bb-8013-8294f77e8e5f","publishedId":"2sA3kSo3Um","public":true,"customColor":{"top-bar":"EFF3FB","right-sidebar":"4CB2FF","highlight":"7590FF"},"publishDate":"2024-07-30T13:50:32.000Z"},"item":[{"name":"Authentication Token","item":[{"name":"tokens","event":[{"listen":"test","script":{"id":"c78d4225-c68b-43b1-80c6-678256d05906","exec":["","pm.collectionVariables.set(\"access_token\", pm.response.json().access_token);","pm.collectionVariables.set(\"payment_types\", pm.response.json().payment_types);",""],"type":"text/javascript","packages":{}}}],"id":"bd039426-3a16-4d93-b85b-34edb7da82bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"eff458c623bba928a1a211521a7e38433bdf68780d0d8a16e2502f43cca322bc\",\n    \"secret_key\": \"6310e48bdd0e4381459a62b46d2c4fd6e8ab65a2a4d5205c6c3ddebfbbaebbf8\",\n    \"send_blink_receipt\": true,\n    \"address_postcode_required\": true,\n    \"enable_moto_payments\": true,\n    \"application_name\": \"Blink API Postman Demo\",\n    \"application_description\": \"Potsman collection of the Blink API - Take payments through, card, open banking and direct debits.\",\n    \"source_site\": \"getpostman.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/tokens","description":"<h3 id=\"post-tokens\">POST /tokens</h3>\n<p>This endpoint is used to generate access tokens for authentication and authorisation purposes.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>api_key</code> (string, required): The API key for authentication, 256 alpha numeric, obtained through <a href=\"https://secure.blinkpayment.co.uk/\">the Blink platform</a>.</p>\n</li>\n<li><p><code>secret_key</code> (string, required): The secret key for authentication, 256 alpha numeric, obtained through <a href=\"https://secure.blinkpayment.co.uk/\">the Blink platform</a>.</p>\n</li>\n<li><p><code>send_blink_receipt</code> (boolean): Defaulted to <code>false</code>. To enable the Blink receipt feature, value should be set to <code>true</code>.</p>\n</li>\n<li><p><code>address_postcode_required</code> (boolean): Defaulted to <code>false.</code> To fetch the address and postcode details of a user, value should be set to <code>true.</code></p>\n</li>\n<li><p><code>enable_moto_payments</code> (boolean): Defaulted to <code>false</code>. To enable MOTO payment feature for any transaction, value should be set to <code>true</code>.</p>\n</li>\n<li><p><code>application_name</code> (string, optional): The name of your application.</p>\n</li>\n<li><p><code>application_description</code> (string, optional): Description of how your application interacts with blink.</p>\n</li>\n<li><p><code>source_site</code> (string, optional): The site your application is hotsed on.</p>\n</li>\n</ul>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<ul>\n<li><p><code>access_token</code> (string): The generated access token for authentication and authorization purposes.</p>\n</li>\n<li><p><code>expired_on</code> (string): The time when the token expires.</p>\n</li>\n<li><p><code>payment_types</code> (array): The Payment types availble on the Blink account.</p>\n</li>\n<li><p><code>currencies</code> (array): The currencies available on the Blink account.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","tokens"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[{"id":"2e523abc-ca18-4954-b813-1a219cdd70b3","name":"tokens","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"eff458c623bba928a1a211521a7e38433bdf68780d0d8a16e2502f43cca322bc\",\n    \"secret_key\": \"6310e48bdd0e4381459a62b46d2c4fd6e8ab65a2a4d5205c6c3ddebfbbaebbf8\",\n    \"send_blink_receipt\": true,\n    \"address_postcode_required\": true,\n    \"enable_moto_payments\": true,\n    \"application_name\": \"Blink API Postman Demo\",\n    \"application_description\": \"Potsman collection of the Blink API - Take payments through, card, open banking and direct debits.\",\n    \"source_site\": \"getpostman.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/tokens"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Jul 2024 13:51:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.59 (Amazon Linux) OpenSSL/3.0.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Strict-Transport-Security","value":"max-age=63072000"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjIzNDkzMTh9.38L2OuCOD9rnmvTU2r3n0wAkF1tHp3GskaVCm7M5RYM\",\n    \"expired_on\": \"2024-07-30T14:21:58Z\",\n    \"payment_types\": [\n        \"credit-card\",\n        \"direct-debit\",\n        \"open-banking\"\n    ],\n    \"currencies\": [\n        \"GBP\"\n    ],\n    \"payment_api_status\": true,\n    \"send_blink_receipt\": true,\n    \"enable_moto_payments\": true,\n    \"address_postcode_required\": true\n}"}],"_postman_id":"bd039426-3a16-4d93-b85b-34edb7da82bf"}],"id":"c88a0ceb-43e4-441f-8b1e-bdf2065f40ee","description":"<p>To authenticate requests, the Blink API uses an <code>api_key</code> and <code>secret_key</code> combination, which is used to obtain an <code>access_token</code> for your session.</p>\n<p>HTTP Basic Auth is used for authentication. The <code>access_token</code> should be used via bearer in the header to authenticate all requests, e.g. <code>Authentication: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c</code>.</p>\n","_postman_id":"c88a0ceb-43e4-441f-8b1e-bdf2065f40ee"},{"name":"Payments API","item":[{"name":"Intents","item":[{"name":"Create Intents","event":[{"listen":"test","script":{"id":"907cee06-e328-4675-89b0-e2186df6573e","exec":["pm.collectionVariables.set(\"payment_intent\", pm.response.json().payment_intent);","pm.collectionVariables.set(\"intent_id\", pm.response.json().id);","pm.collectionVariables.set(\"merchant_id\", pm.response.json().merchant_id);","pm.collectionVariables.set(\"transaction_unique\", pm.response.json().transaction_unique);"],"type":"text/javascript","packages":{}}}],"id":"be0a7ce6-6f7d-45e5-88bb-86b273883b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"transaction_type\": \"SALE\",\n\t\"payment_type\": \"credit-card\",\n    \"amount\": 1.01,\n\t\"currency\": \"GBP\",\n\t\"return_url\": \"https://demo-app.blinkpayment.co.uk/return\",\n\t\"notification_url\": \"https://demo-app.blinkpayment.co.uk/notification\",\n    \"card_layout\": \"single-line\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/intents","description":"<h3 id=\"create-intent\">Create Intent</h3>\n<p>This endpoint allows you to create a new intent.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>transaction_type</code> (string, required): Type of transaction.<br />  Default value is set to SALE. If passed, it can only be one of the following:</p>\n<ul>\n<li><p>SALE</p>\n</li>\n<li><p>VERIFY</p>\n</li>\n<li><p>PREAUTH</p>\n</li>\n<li><p>CREDIT</p>\n</li>\n</ul>\n</li>\n<li><p><code>payment_type</code> (string, required): Type of payment. It can only be one of the following:</p>\n<ul>\n<li><p>credit-card</p>\n</li>\n<li><p>direct-debit</p>\n</li>\n<li><p>open-banking</p>\n</li>\n</ul>\n</li>\n<li><p><code>amount</code> (number, required): Amount of the transaction (for transaction_type VERIFY, amount should be left out).</p>\n</li>\n<li><p><code>currency</code> (string, required): Currency of the transaction. See the token's response for available currencies.</p>\n</li>\n<li><p><code>return_url</code> (string, required): GET URL to return to after transaction completion.</p>\n</li>\n<li><p><code>notification_url</code> (string, required): POST URL for transaction notification as the transaction is completed.</p>\n</li>\n<li><p><code>card_layout</code> (string): Different structure of card layout for any transaction. This field is optional. If not passed, default value is <code>basic</code>.</p>\n<ul>\n<li><p><code>basic</code></p>\n</li>\n<li><p><code>single-line</code></p>\n</li>\n<li><p><code>multi-line</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>delay_capture_days</code> (integer, optional): Number of days for which the transaction will be delayed. This field can be passed only for SALE and CREDIT transactions.</p>\n</li>\n</ul>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<ul>\n<li><p><code>id</code> (number): The unique identifier of the intent.</p>\n</li>\n<li><p><code>payment_intent</code> (string): The type of payment intent.</p>\n</li>\n<li><p><code>transaction_type</code> (string): The type of transaction.</p>\n</li>\n<li><p><code>expiry_date</code> (string): The expiry date of the intent.</p>\n</li>\n<li><p><code>status</code> (string): The status of the intent.</p>\n</li>\n<li><p><code>payment_type</code> (string): The type of payment.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the transaction.</p>\n</li>\n<li><p><code>return_url</code> (string): The URL to return to after the transaction.</p>\n</li>\n<li><p><code>notification_url</code> (string): The URL for transaction notifications.</p>\n</li>\n<li><p><code>card_layout</code> (string): The layout of the card inputs in <code>ccElement</code> and <code>ccMotoElement</code>.</p>\n</li>\n<li><p><code>element</code> (object): An object containing specific elements for credit card, moto, and online banking transactions:</p>\n</li>\n</ul>\n<ol>\n<li><p><code>ccElement</code> (string): Credit card element.</p>\n</li>\n<li><p><code>ccMotoElement</code> (string): Moto (Mail Order/Telephone Order) element.</p>\n</li>\n<li><p><code>obElement</code> (string): Open banking element.</p>\n</li>\n<li><p><code>ddElement</code> (string): Direct debit element.</p>\n</li>\n<li><p><code>gpElement</code> (string): Google Pay element.</p>\n</li>\n<li><p><code>apElement</code> (string): Apple Pay element.</p>\n</li>\n</ol>\n<ul>\n<li><p><code>merchant_id</code> (number): The identifier of the merchant.</p>\n</li>\n<li><p><code>transaction_unique</code> (string): The unique identifier of the transaction.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","intents"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"be0a7ce6-6f7d-45e5-88bb-86b273883b58"},{"name":"Get Intent by Id","id":"aaa270f5-9822-46f0-8d6d-f90acc3a1b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"url":"https://secure.blinkpayment.co.uk/api/pay/v1/intents/5548","description":"<p>This endpoint retrieves the details of a specific intent by making a GET request to the specified URL. The request should include the unique identifier of the intent in the URL path.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<p><code>intent id</code> (string, required)</p>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<ul>\n<li><p><code>id</code> (number): The unique identifier of the intent.</p>\n</li>\n<li><p><code>payment_intent</code> (string): The type of payment intent.</p>\n</li>\n<li><p><code>transaction_type</code> (string): The type of transaction.</p>\n</li>\n<li><p><code>expiry_date</code> (string): The expiry date of the intent.</p>\n</li>\n<li><p><code>status</code> (string): The status of the intent.</p>\n</li>\n<li><p><code>payment_type</code> (string): The type of payment.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the transaction.</p>\n</li>\n<li><p><code>return_url</code> (string): The URL to return to after the transaction.</p>\n</li>\n<li><p><code>notification_url</code> (string): The URL for transaction notifications.</p>\n</li>\n<li><p><code>card_layout</code> (string): The layout of the card inputs in <code>ccElement</code> and <code>ccMotoElement</code>.</p>\n</li>\n<li><p><code>element</code> (object): An object containing specific elements for credit card, moto, and online banking transactions:</p>\n</li>\n</ul>\n<ol>\n<li><p><code>ccElement</code> (string): Credit card element.</p>\n</li>\n<li><p><code>ccMotoElement</code> (string): Moto (Mail Order/Telephone Order) element.</p>\n</li>\n<li><p><code>obElement</code> (string): Open banking element.</p>\n</li>\n<li><p><code>ddElement</code> (string): Direct debit element.</p>\n</li>\n<li><p><code>gpElement</code> (string): Google Pay element.</p>\n</li>\n<li><p><code>apElement</code> (string): Apple Pay element.</p>\n</li>\n</ol>\n<ul>\n<li><p><code>merchant_id</code> (number): The identifier of the merchant.</p>\n</li>\n<li><p><code>transaction_unique</code> (string): The unique identifier of the transaction.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","intents","5548"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaa270f5-9822-46f0-8d6d-f90acc3a1b3e"},{"name":"Update intent by Id","id":"37cc0ea2-29aa-444f-8cb6-d04fa43afc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\r\n    \"notification_url\": \"https://www.blinkpayment.co.uk/notification\",\r\n    \"return_url\": \"https://www.blinkpayment.co.uk/return\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/intents/5548","description":"<h1 id=\"update-intent\">Update Intent</h1>\n<p>This endpoint allows you to update an existing intent by sending an HTTP PATCH request to the specified URL with the intent ID. This is used for changing the return or notification_url.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><code>intent id</code>(string, required)</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>notification_url</code> (string): The URL to receive notifications.</p>\n</li>\n<li><p><code>return_url</code> (string): The URL to redirect after the intent is updated.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the server will respond with the updated intent object, including the following fields:</p>\n<ul>\n<li><p><code>id</code> (integer): The ID of the intent.</p>\n</li>\n<li><p><code>payment_intent</code> (string): The payment intent associated with the intent.</p>\n</li>\n<li><p><code>transaction_type</code> (string): The type of transaction.</p>\n</li>\n<li><p><code>expiry_date</code> (string): The expiry date of the intent.</p>\n</li>\n<li><p><code>status</code> (string): The status of the intent.</p>\n</li>\n<li><p><code>payment_type</code> (string): The type of payment.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (integer): The amount of the transaction.</p>\n</li>\n<li><p><code>return_url</code> (string): The URL to redirect after the intent is updated.</p>\n</li>\n<li><p><code>notification_url</code> (string): The URL to receive notifications.</p>\n</li>\n<li><p><code>card_layout</code> (string): The layout of the card.</p>\n</li>\n<li><p><code>element</code> (object): An object containing specific elements related to the intent.</p>\n</li>\n<li><p><code>merchant_id</code> (integer): The ID of the merchant associated with the intent.</p>\n</li>\n<li><p><code>transaction_unique</code> (string): The unique identifier for the transaction.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","intents","5548"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"37cc0ea2-29aa-444f-8cb6-d04fa43afc5a"}],"id":"8d34bd8f-bd2d-4ec2-9a3f-4446bfa2b927","description":"<p>Creates a unique intent specifiying the transaction details.</p>\n","_postman_id":"8d34bd8f-bd2d-4ec2-9a3f-4446bfa2b927","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"CreditCards","item":[{"name":"payment_tokens","event":[{"listen":"test","script":{"id":"1b636594-a554-413c-b6df-12b0de0abc26","exec":["pm.collectionVariables.set(\"paymentToken\", pm.response.json().paymentToken);","",""],"type":"text/javascript","packages":{}}}],"id":"9e615d52-883d-4990-9562-6612170b6b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"process","value":"tokenise","type":"text"},{"key":"merchantID","value":"233508","type":"text"},{"key":"tokenType","value":"card","type":"text"},{"key":"tokenData[cardNumber]","value":"4111111111111111","type":"text"},{"key":"tokenData[cardExpiryDate]","value":"12/24","type":"text"},{"key":"tokenData[cardCVV]","value":"123","type":"text"}]},"url":"https://gateway2.blinkpayment.co.uk/paymentform","description":"<p>In practice, we do not recommend using this request to tokenise the card details. It is preferable to use the hosted fields code for secure tokenisation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}},"urlObject":{"protocol":"https","path":["paymentform"],"host":["gateway2","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e615d52-883d-4990-9562-6612170b6b0f"},{"name":"creditcards (ECOM 3DS)","id":"94e2fdf8-b59c-4269-975a-7b0d1e9a07bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"},{"key":"Accept-Charset","value":"\"\""}],"body":{"mode":"raw","raw":"{\n    \"payment_intent\": \"\",\n    \"paymentToken\": \"\",\n    \"type\": 1,\n    \"customer_email\": \"Hassan_Greenfelder32@gmail.com\",\n    \"customer_name\": \"Ethel Maggio\",\n    \"transaction_unique\": \"\",\n    \"merchant_data\": \"{\\\"order_id\\\": \\\"cc-12345678\\\"}\",\n    \"device_timezone\": \"-330\",\n    \"device_capabilities\": \"javascript\",\n    \"device_accept_language\": \"en-GB\",\n    \"device_screen_resolution\": \"1366x768x24\",\n    \"remote_address\": \"123.123.123.123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/creditcards","description":"<p>Using the creditcards resource to accept ECOM payments. The response will be an html form (acsform) that needs to be auto-submitted for the transaction to go through 3Ds checks.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The tokenised card details.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 1.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>device_timezone</code> (string, required): Device timezone value which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_capabilities</code> (string, required): Device capabilities which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_accept_language</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_screen_resolution</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>remote_address</code> (string, required): Remote address which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>acsform</code> an html form to be submitted for 3DS screening.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","creditcards"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"94e2fdf8-b59c-4269-975a-7b0d1e9a07bc"},{"name":"creditcards (MOTO)","event":[{"listen":"test","script":{"id":"9375afce-bbf0-41cd-8094-42a6d822bcd3","exec":["// let url = pm.response.json().url;","// if(url) {","// let param = url.split('transaction_id=');","// let ref = param[1].split('&');","// pm.collectionVariables.set(\"transaction_id\", ref[0]);","// }"],"type":"text/javascript","packages":{}}}],"id":"f1cf8eff-dc6d-4216-b26b-bbba344bf788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_intent\": \"\",\n    \"paymentToken\": \"\",\n    \"customer_email\": \"Brooke.Metz55@hotmail.com\",\n    \"customer_name\": \"Marc Wunsch\",\n    \"transaction_unique\": \"\",\n    \"type\": 2,\n    \"merchant_data\": \"{\\\"order_id\\\": \\\"cc-12345678\\\"}\",\n     \"customer_address\": \"23 Rogerham Mansions 4578 Ermine Street Borehamwood\",\n    \"customer_postcode\": \"WD54 8TH\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/creditcards","description":"<p>MOTO transactions do not require 3DS.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The tokenised card details.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 2</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>customer_address</code> (string, optional): The billing address of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>customer_postcode</code> (string, optional): The billing post code of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>url</code> (string): The return_url entered in the intent with query paramters of the trasnaction result.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","creditcards"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1cf8eff-dc6d-4216-b26b-bbba344bf788"},{"name":"googlepay","id":"17783978-e8e7-4356-b898-4b200e335a3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"},{"key":"Accept-Charset","value":"\"\""}],"body":{"mode":"raw","raw":"{\n    \"payment_intent\": \"\",\n    \"resource\": \"googlepay\",\n    \"paymentToken\": \"{\\\"signature\\\":\\\"MEQCIGM2t5fGZ2KNa9SjxfZ9BpkEeOetFuiwI8gp12bsYpvmAiBaTHCut/0RJXSZHehdDUkE8o5RDj1YXKodmpbP4dTWcw\\\\u003d\\\\u003d\\\",\\\"intermediateSigningKey\\\":{\\\"signedKey\\\":\\\"{\\\\\\\"keyValue\\\\\\\":\\\\\\\"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEvvrmBuLqO7a0FQNtI1mgXd5wWKkzuS9GC59cQjx0eMavvJuxDJcnyqcho73exvLGkOcAunlUYX54S+7bJBJyIw\\\\\\\\u003d\\\\\\\\u003d\\\\\\\",\\\\\\\"keyExpiration\\\\\\\":\\\\\\\"1721815223719\\\\\\\"}\\\",\\\"signatures\\\":[\\\"MEQCIAflvCpW9p897y13P435Qme6kWxU5qklpuJVFbbMiFBSAiAEAmALi3ZnRYPp+HSQwwVAec96z0jDWCp2JoexBdBkaQ\\\\u003d\\\\u003d\\\"]},\\\"protocolVersion\\\":\\\"ECv2\\\",\\\"signedMessage\\\":\\\"{\\\\\\\"encryptedMessage\\\\\\\":\\\\\\\"00ThDSjhUWpdv0eWDt551dhtEMamhtkcZMV/W8q+Db1+jSuEi024ZQuTWaciBVjxICTw2JlJXMXZpzeNU4RkQgD+HNNvj6r3kBEB3lgq6x8Uz4FkZrj8RLo1buUrhkD5D5SZ/CnKVrvViFfeNxuOSr/+F1v6a5JWWIiFq7Ty5323bygSmDbyWBjXqPWdInXwaUT0CRVzmXnK8L1mOewXdjZhqZMVKypejumY1MiCafQ+t0tRmasyIa1UYBpiGEekumu+J9upbavPVH2//MyaxWC/y9abWRCXxDH/j/OU0ltOZiXnP4P8g+tnxnNS9GYSLL4+xw9p5Hx+BKFzDL9Um8l6SoMeQFvvLN8CSlXr/tlTbonY9pKAB37sRIykS+DYLhyLFGhlBt4d3FI61UWwj0CDyQ1W48hRMy0nC3wUospOGgRQorc1OeC9pgXCSVPayNsP9Q\\\\\\\\u003d\\\\\\\\u003d\\\\\\\",\\\\\\\"ephemeralPublicKey\\\\\\\":\\\\\\\"BIAI7cWkfkfkvthQwS5gp2WXT+motdZ9Gr7jwUyZtYyUaHv6k6PyhWUBl75kKDV8SwjSzaVKe4xlvwkJdnru9TE\\\\\\\\u003d\\\\\\\",\\\\\\\"tag\\\\\\\":\\\\\\\"cMVa3uiu8Q3GVP/Sx91BaPWOpIxdTI7s0+nVscdzkTU\\\\\\\\u003d\\\\\\\"}\\\"}\",\n    \"type\": 1,\n    \"customer_email\": \"Ozella.Trantow@yahoo.com\",\n    \"customer_name\": \"Alejandro Kozey\",\n    \"transaction_unique\": \"\",\n    \"merchant_data\": \"{\\\"order_id\\\": \\\"cc-12345678\\\"}\",\n    \"device_timezone\": \"-330\",\n    \"device_capabilities\": \"javascript\",\n    \"device_accept_language\": \"en-GB\",\n    \"device_screen_resolution\": \"1366x768x24\",\n    \"remote_address\": \"123.123.123.123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/googlepay","description":"<p>Using the googlepay resource to accept ECOM payments from Google Pay. The response may be an html form (acsform) that needs to be auto-submitted for the transaction to go through 3Ds checks.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The strignified JSON from the Google API representing the customer card.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 1.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>device_timezone</code> (string, required): Device timezone value which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_capabilities</code> (string, required): Device capabilities which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_accept_language</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_screen_resolution</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>remote_address</code> (string, required): Remote address which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>acsform</code> an html form to be submitted for 3DS screening.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","googlepay"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"17783978-e8e7-4356-b898-4b200e335a3c"},{"name":"applepay","id":"389854cc-05c5-4237-8ef9-bf7ec1a3148f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"},{"key":"Accept-Charset","value":"\"\""}],"body":{"mode":"raw","raw":"{\n    \"payment_intent\": \"\",\n    \"resource\": \"applepay\",\n    \"paymentToken\": \"'{'data':'D2yPz8nGmK4yR7lM','signature':'MIAGCSqGSIb3DQEHAqCAMI','header':{'publicKeyHash':'2BM9KNTLi761+S8QGg70CZaLy4Mlxo+TsjLEibE9qbw=','ephemeralPublicKey':'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEOVM9gGg6i7E8JcVr77QWgnSp7IophEFwvQGnqbepTGaFs8PJzPh+dEcNrUc90NRawQMzqx3RtKgA1UNMpfrOYQ==','transactionId':'1ac4848a0071113939c9167b9fc485085ebec31f6514f64f2c2b36be0afd1327'},'version':'EC_v1'}'\",\n    \"type\": 1,\n    \"customer_email\": \"Pink.Flatley50@hotmail.com\",\n    \"customer_name\": \"Ms. Kristin Dicki\",\n    \"transaction_unique\": \"\",\n    \"merchant_data\": \"{\\\"order_id\\\": \\\"cc-12345678\\\"}\",\n    \"device_timezone\": \"-330\",\n    \"device_capabilities\": \"javascript\",\n    \"device_accept_language\": \"en-GB\",\n    \"device_screen_resolution\": \"1366x768x24\",\n    \"remote_address\": \"123.123.123.123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/applepay","description":"<p>Using the applepay resource to accept ECOM payments from Apple Pay.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The strignified JSON from the Google API representing the customer card.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 1.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>device_timezone</code> (string, required): Device timezone value which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_capabilities</code> (string, required): Device capabilities which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_accept_language</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_screen_resolution</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>remote_address</code> (string, required): Remote address which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>url</code> (string): The return_url enternered in the in the intent with query paramters of the trasnaction result.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","applepay"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"389854cc-05c5-4237-8ef9-bf7ec1a3148f"}],"id":"c2906d7d-79b1-42fd-bfe0-984569093946","description":"<p>Using the intent to charge the customer via their credit/ debit card details.</p>\n<p>This can be done via</p>\n<ul>\n<li><p>/creditcards ECOM (will go through 3DS)</p>\n</li>\n<li><p>/creditcards MOTO</p>\n</li>\n<li><p>/googlepay for googlepay transactions</p>\n</li>\n<li><p>/applepay for applepay transactions</p>\n</li>\n</ul>\n","_postman_id":"c2906d7d-79b1-42fd-bfe0-984569093946","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"OpenBankings","item":[{"name":"openbankings","id":"dc1e020a-dca1-4da7-b0ed-f34158be1d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\r\n\"payment_intent\":\"\",\r\n\"user_name\":\"Paulette Mayer Sr.\",\r\n\"user_email\":\"Brant_Medhurst@yahoo.com\",\r\n\"merchant_data\": \"{\\\"order_id\\\": \\\"ob-12345678\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/openbankings","description":"<p>This endpoint processes an open banking payment and returns the banking server redirect url as a response.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): A unique identifier for the transaction.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><code>url</code> (string): The banking server redirect URL where the customer needs to be redirected to complete the payment process.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","openbankings"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc1e020a-dca1-4da7-b0ed-f34158be1d7b"}],"id":"c5eb999f-7a2a-4365-9204-e4a9bbc61c62","_postman_id":"c5eb999f-7a2a-4365-9204-e4a9bbc61c62","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"DirectDebits","item":[{"name":"directdebits","event":[{"listen":"test","script":{"id":"332e8d34-a50d-4030-ac76-3179b168c94b","exec":["let url = pm.response.json().url;","if(url) {","let param = url.split('transaction_id=');","let ref = param[1].split('&');","pm.collectionVariables.sete(\"transaction_id\", ref[0]);","}"],"type":"text/javascript","packages":{}}}],"id":"31b666a4-65f1-423e-b599-7b56e1794528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_intent\": \"\",\n    \"given_name\": \"Lenora\",\n    \"family_name\": \"Barrows\",\n    \"company_name\": null,\n    \"email\": \"Ramiro.Stoltenberg57@yahoo.com\",\n    \"country_code\": \"GB\",\n    \"account_holder_name\": \"Timothy Dietrich\",\n    \"branch_code\": \"200000\",\n    \"account_number\": \"55779911\",\n    \"iban\": null,\n    \"merchant_data\": \"{\\\"order_id\\\": \\\"dd-12345678\\\"}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/directdebits","description":"<p>This endpoint processes direct debits payments and returns to the user-defined URL with a url encoded transaction response.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>given_name</code>(string, required): The first name of the customer making the payment.</p>\n</li>\n<li><p><code>family_name</code>(string, required): The surname of the customer making the payment.</p>\n</li>\n<li><p><code>company_name</code> (string, optional): User’s company name. It’s required only if user’s given name and family name are not present.</p>\n</li>\n<li><p><code>email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>country_code</code>(string, optional): ISO country code. Default value GB.</p>\n</li>\n<li><p><code>customer_address</code> (string, optional): Customer’s address details.</p>\n</li>\n<li><p><code>customer_postcode</code> (string, optional): Customer’s postcode.</p>\n</li>\n<li><p><code>account_holder_name</code>(string, required): Customer’s bank account name.</p>\n</li>\n<li><p><code>branch_code</code> (string, required): Customer’s bank short code.</p>\n</li>\n<li><p><code>account_number</code> (string, required): Customer’s bank account number.</p>\n</li>\n<li><p><code>merchant_data</code> (Json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>status</code> (string): Indicates the status of the transaction, such as \"success\" or \"failure\".</p>\n</li>\n<li><p><code>transaction_id</code> (string): Unique identifier for the transaction.</p>\n</li>\n<li><p><code>transaction_status</code> (string): Status of the transaction, e.g., \"processed\", \"pending\", \"failed\".</p>\n</li>\n<li><p><code>transaction_response_code</code> (string): Response code for the transaction.</p>\n</li>\n<li><p><code>transaction_response_message</code> (string): Message associated with the transaction response.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","directdebits"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"31b666a4-65f1-423e-b599-7b56e1794528"}],"id":"e296ad1e-4ed8-4aae-83ca-150aa9a6b189","_postman_id":"e296ad1e-4ed8-4aae-83ca-150aa9a6b189","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"Transactions","item":[{"name":"Get Transactions","id":"8fd701c3-f10c-4490-a83f-ca1185b8509e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"url":"https://secure.blinkpayment.co.uk/api/pay/v1/transactions/BL-2MUXYN2QLP","description":"<p>This endpoint gets transaction details.</p>\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<p><code>transaction_id</code> (string, required): Transaction ID returned as <code>res</code>value in return url after the <a href=\"https://blinkpayment.atlassian.net/wiki/spaces/IN/pages/180289572\">Payment</a> request.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>transaction_id</code>: The unique identifier for the transaction</p>\n</li>\n<li><p><code>status</code>: The status of the transaction</p>\n</li>\n<li><p><code>message</code>: A message related to the transaction status</p>\n</li>\n<li><p><code>amount</code>: The transaction amount</p>\n</li>\n<li><p><code>currency</code>: The currency of the transaction</p>\n</li>\n<li><p><code>payment_source</code>: The payment source used for the transaction</p>\n</li>\n<li><p><code>customer_name</code>: The name of the customer</p>\n</li>\n<li><p><code>customer_email</code>: The email address of the customer</p>\n</li>\n<li><p><code>merchant_data</code>: Additional data related to the merchant, including the order_id</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","transactions","BL-2MUXYN2QLP"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd701c3-f10c-4490-a83f-ca1185b8509e"},{"name":"Cancel Transactions","id":"3c250313-2793-412f-827f-980a7aef3da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"url":"https://secure.blinkpayment.co.uk/api/pay/v1/transactions/BL-2MUXYN2QLP/cancels","description":"<p>This endpoint cancels an existing transaction which has been authorised but not yet settled (only applicable for card transactions).</p>\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<p><code>transaction_id</code> (string, required): Transaction ID returned as <code>res</code>value in return url after the <a href=\"https://blinkpayment.atlassian.net/wiki/spaces/IN/pages/180289572\">Payment</a> request.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>success</code>: (boolean) Indicates whether the cancellation was successful.</p>\n</li>\n<li><p><code>message</code>: (string) Provides a message related to the cancellation status.</p>\n</li>\n<li><p><code>amount</code>: (string) Represents the amount associated with the cancelled transaction.</p>\n</li>\n<li><p><code>reference</code>: (string) Contains a note or reference related to the cancellation.</p>\n</li>\n<li><p><code>transaction_id</code>: (string) Identifies the cancelled transaction with a unique ID.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","transactions","BL-2MUXYN2QLP","cancels"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c250313-2793-412f-827f-980a7aef3da3"},{"name":"Refund Transactions","id":"ef2d84b0-0d15-46db-9d93-ef19696ed8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n\t\"partial_refund\": true,\n    \"amount\": 1.00\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/transactions/BL-2MUXYN2QLP/refunds","description":"<p>This endpoint refunds a transaction which has been authorised and settled (only applicable for card transactions).</p>\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<p><code>transaction_id</code> (string, required): Transaction ID returned as <code>res</code>value in return url after the <a href=\"https://blinkpayment.atlassian.net/wiki/spaces/IN/pages/180289572\">Payment</a> request.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p><code>partial_refund</code> (boolean, optional): If the transaction is a partial refund, then set it to <code>true</code>. Default value is <code>false</code>.</p>\n<p><code>amount</code> (float, optional): Amount is required if it’s a partial refund. The amount cannot be greater than the original received amount minus any already refunded amount.</p>\n<p><code>reference</code> (string, optional): Reference for the refund. Default is the original <code>transaction_unique</code>.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<p><code>id</code> (string): The unique identifier for the refund transaction.<br /><code>transaction_id</code> (string): The identifier of the original transaction for which the refund is being processed.<br /><code>amount</code> (float): The amount refunded in the transaction.<br /><code>status</code> (string): The status of the refund transaction, such as \"completed\", \"pending\", or \"failed\".<br /><code>created_at</code> (string): The timestamp indicating when the refund transaction was created.<br /><code>reference</code> (string): The reference for the refund, which may be the original transaction_unique or a custom reference if provided.</p>\n","urlObject":{"protocol":"https","path":["api","pay","v1","transactions","BL-2MUXYN2QLP","refunds"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef2d84b0-0d15-46db-9d93-ef19696ed8cf"},{"name":"Capture Transactions","id":"a47f86cc-f6ee-4ec9-8355-d35a6d749a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"transaction_unique\": \"testCapture\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/transactions/BL-2MUXYN2QLP/captures","description":"<p>This endpoint captures a delayed capture transaction earlier than the set day.</p>\n<h2 id=\"parameters\"><strong>Parameters</strong></h2>\n<p><code>transaction_id</code> (string, required): Transaction ID returned as <code>res</code>value in return url after the <a href=\"https://blinkpayment.atlassian.net/wiki/spaces/IN/pages/180289572\">Payment</a> request.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p><code>amount</code> (float, optional): Defaults to the original transaction amount. Cannot charge more than the original amount.</p>\n<p><code>transaction_unique</code> (string, optional): Defaults to the original <code>transaction_unique</code>.</p>\n","urlObject":{"protocol":"https","path":["api","pay","v1","transactions","BL-2MUXYN2QLP","captures"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"a47f86cc-f6ee-4ec9-8355-d35a6d749a7a"},{"name":"Rerun Transactions","id":"50c40d47-687d-47e8-90b8-e7046d79223e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\":\"1.01\",\r\n    \"transaction_unique\": \"rerun\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/transactions/BL-2MUXYN2QLP/reruns","description":"<p>This endpoint reruns an existing transaction which had failed earlier.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>amount</code> (float, optional): Defaults to the original transaction amount.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, optional): Defaults to the original <code>transaction_unique</code>.</p>\n</li>\n<li><p><code>delay_capture_days</code> (integer optional): Number of days for which the transaction will be delayed.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>status</code> (string): The status of the rerun transaction.</p>\n</li>\n<li><p><code>transaction_id</code> (string): The unique identifier for the rerun transaction.</p>\n</li>\n<li><p><code>amount</code> (float): The amount of the rerun transaction.</p>\n</li>\n<li><p><code>transaction_unique</code> (string): The unique identifier for the rerun transaction, defaults to the original transaction_unique.</p>\n</li>\n<li><p><code>message</code> (string): A brief message or description related to the rerun transaction.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","transactions","BL-2MUXYN2QLP","reruns"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"50c40d47-687d-47e8-90b8-e7046d79223e"}],"id":"bc469ca4-2397-4d09-b313-deedc899d85b","_postman_id":"bc469ca4-2397-4d09-b313-deedc899d85b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"Repeat Payment","item":[{"name":"Repeat payment (ECOM)","event":[{"listen":"test","script":{"id":"633e9076-2d00-4d80-96e9-9143fbc36a72","exec":["pm.collectionVariables.set(\"payment_id\", pm.response.json().id);"],"type":"text/javascript","packages":{}}}],"id":"a935e742-ed34-457a-923a-a3cc349955c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"customer_name\": \"Anne Hagenes IV\",\n    \"customer_email\": \"Lora.Hartmann@hotmail.com\",\n    \"reference\": \"You can't index the protocol without copying the wireless GB protocol!\",\n    \"currency\": \"GBP\",\n    \"frequency\": \"days\",\n    \"frequency_duration\": 2,\n    \"first_amount\": 9.00,\n    \"recurring_amount\": 10.01,\n    \"is_limited_installments\": true,\n    \"installments\": 3,\n    \"paymentToken\": \"\",\n    \"payment_intent\": \"\",\n    \"device_timezone\": \"-330\",\n    \"device_capabilities\": \"javascript\",\n    \"device_accept_language\": \"en-GB\",\n    \"device_screen_resolution\": \"1366x768x24\",\n    \"remote_address\": \"123.123.123.123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments","description":"<p>Create a repeat schedule to automate subscriptions or split a payment into multiple installments in a recurring schedule.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The tokenised card details.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 1 for ECOM.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>customer_address</code> (string, optional): The billing address of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>customer_postcode</code> (string, optional): The billing post code of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>reference</code> (string, required): Reference for the schedule.</p>\n</li>\n<li><p><code>currency</code> (string, required): Three letter currency code (ISO 4217) e.g USD, GBP.</p>\n</li>\n<li><p><code>device_timezone</code> (string, required): The device timezone value which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_capabilities</code> (string, required): Device capabilities which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_accept_language</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>device_screen_resolution</code> (string, required): Device accept language which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>remote_address</code> (string, required): Remote address which can be fetched using javascript and assigned to the respective hosted input field.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n<li><p><code>payment_type</code> (string, required): Repeat payment type.<br />  Possible values are:</p>\n<ul>\n<li><p><code>fixed_schedule</code></p>\n</li>\n<li><p><code>variable_schedule</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For <code>fixed_schedule</code>, the following fields are</p>\n<ul>\n<li><p><code>frequency</code> (string, required): Payment cycle frequency. For <code>fixed_schedule</code>.<br />  Possible values are</p>\n<ul>\n<li><p>days</p>\n</li>\n<li><p>weeks</p>\n</li>\n<li><p>months</p>\n</li>\n</ul>\n</li>\n<li><p><code>frequency_duration</code> (integer, required): Payment frequency duration. (E.g. “2” and “days” will be every 2 days) For <code>fixed_schedule</code>.</p>\n</li>\n<li><p><code>start_payment_date</code> (date , optional): Date on which the first payment will be captured. Default value set to today.</p>\n</li>\n<li><p><code>first_amount</code> (float, optional)<br />  First payment amount. When creating a <strong>Fixed Schedule</strong>, the first amount value can be customised.</p>\n</li>\n<li><p><code>recurring_amount</code> (float, required): Recurring amount for each installment.</p>\n</li>\n<li><p><code>is_limited_installments</code> (boolean):<br />  If the schedule will have unlimited or limited installments.</p>\n</li>\n<li><p><code>installments</code> (integer): Number of installments.<br />  It is required when creating a <strong>Fixed Schedule</strong> if the <code>is_limited_installments</code> field is true (i.e. it has limited instalments).</p>\n</li>\n</ul>\n<p>For <code>variable_schedule</code>, the following fields are</p>\n<ul>\n<li><code>schedule_set</code> (array, required): Schedule set is an array set of date and amount where the date will be the key and the amount will be its value. This array needs to have a minimum of 2 sets of values.</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><code>acsform</code> an html form to be submitted for 3DS screening.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"a935e742-ed34-457a-923a-a3cc349955c0"},{"name":"Repeat payment (MOTO)","event":[{"listen":"test","script":{"id":"a6ea8d38-1a34-4258-9b1b-a64f3b75a297","exec":["pm.collectionVariables.set(\"payment_id\", pm.response.json().id);"],"type":"text/javascript","packages":{}}}],"id":"33379e67-a3ce-4b71-95fb-3ae9c69999f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"customer_name\": \"Maurice Windler\",\n    \"customer_email\": \"Walker77@hotmail.com\",\n    \"reference\": \"Try to generate the XML system, maybe it will connect the virtual firewall!\",\n    \"currency\": \"GBP\",\n    \"frequency\": \"days\",\n    \"frequency_duration\": 2,\n    \"first_amount\": 9.00,\n    \"recurring_amount\": 10.01,\n    \"is_limited_installments\": true,\n    \"installments\": 3,\n    \"paymentToken\": \"\",\n    \"payment_intent\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments","description":"<p>Create a repeat schedule to automate subscriptions or split a payment into multiple installments.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>payment_intent</code> (string, required): The payment intent token.</p>\n</li>\n<li><p><code>paymentToken</code> (string, required): The tokenised card details.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 2 for MOTO.</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>customer_address</code> (string, optional): The billing address of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>customer_postcode</code> (string, optional): The billing post code of the customer's card, may be required for addtional AVS checking.</p>\n</li>\n<li><p><code>reference</code> (string, required): Reference for the schedule.</p>\n</li>\n<li><p><code>currency</code> (string, required): Three letter currency code (ISO 4217) e.g USD, GBP.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n<li><p><code>payment_type</code> (string, required): Repeat payment type.<br />  Possible values are:</p>\n<ul>\n<li><p><code>fixed_schedule</code></p>\n</li>\n<li><p><code>variable_schedule</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For <code>fixed_schedule</code>, the following fields are:</p>\n<ul>\n<li><p><code>frequency</code> (string, required): Payment cycle frequency. For <code>fixed_schedule</code>.<br />  Possible values are</p>\n<ul>\n<li><p>days</p>\n</li>\n<li><p>weeks</p>\n</li>\n<li><p>months</p>\n</li>\n</ul>\n</li>\n<li><p><code>frequency_duration</code> (integer, required): Payment frequency duration. (E.g. “2” and “days” will be every 2 days) For <code>fixed_schedule</code>.</p>\n</li>\n<li><p><code>start_payment_date</code> (date , optional): Date on which the first payment will be captured. Default value set to today.</p>\n</li>\n<li><p><code>first_amount</code> (float, optional): First payment amount. When creating a <strong>Fixed Schedule</strong>, the first amount value can be customised.</p>\n</li>\n<li><p><code>recurring_amount</code> (float, required): Recurring amount for each installment.</p>\n</li>\n<li><p><code>is_limited_installments</code> (boolean):<br />  If the schedule will have unlimited or limited installments.</p>\n</li>\n<li><p><code>installments</code> (integer): Number of installments.<br />  It is required when creating a <strong>Fixed Schedule</strong> if the <code>is_limited_installments</code> field is true (i.e. it has limited instalments).</p>\n</li>\n<li><p><code>final_amount</code> (integer): Final payment amount. When creating a <strong>Fixed Schedule</strong>, the final amount value can be customised.</p>\n</li>\n</ul>\n<p>For <code>variable_schedule</code>, the following fields are:</p>\n<ul>\n<li><code>schedule_set</code> (array, required): Schedule set is an array set of date and amount where the date will be the key and the amount will be its value. This array needs to have a minimum of 2 sets of values.</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>id</code>: A unique identifier for the repeat payment sechdule.</p>\n</li>\n<li><p><code>payment_type</code>: Specifies the type of payment_type.</p>\n</li>\n<li><p><code>status</code>: The current status of the payment request, possible values are:</p>\n<ul>\n<li><p><code>Active</code> - This means the payments have started</p>\n</li>\n<li><p><code>Pending</code> - This means the first payment has not yet been processed</p>\n</li>\n<li><p><code>Cancelled</code> - This means the schedule has been cancelled. No further payments will be processed</p>\n</li>\n<li><p><code>Completed</code> - This means all the payments have been processed. No further payments will be processed</p>\n</li>\n</ul>\n</li>\n<li><p><code>customer_email</code>: The email address of the customer who has made the payment.</p>\n</li>\n<li><p><code>customer_name</code>: The name of the customer who has made the payment.</p>\n</li>\n<li><p><code>address</code>: The billing address of the customer's card.</p>\n</li>\n<li><p><code>postcode</code> : The billing post code of the customer's card.</p>\n</li>\n<li><p><code>reference</code>: Reference for the schedule.</p>\n</li>\n<li><p><code>currency</code>: Three letter currency code (ISO 4217) e.g USD, GBP.</p>\n</li>\n<li><p><code>start_payment_date</code>: The date when the schedule begins.</p>\n</li>\n<li><p><code>final_payment_date</code>: The date when the schedule ends.</p>\n</li>\n<li><p><code>recurring_amount</code>: The amount to be charged in each recurring payment.</p>\n</li>\n<li><p><code>is_limited_installments</code>: A boolean indicating whether the payment schedule has a limited number of installments.</p>\n</li>\n<li><p><code>installments</code>: The number of installments.</p>\n</li>\n<li><p><code>frequency</code>: The interval between recurring payments.</p>\n</li>\n<li><p><code>frequency_duration</code>: The number of units for the frequency interval.</p>\n</li>\n<li><p><code>is_active</code>: A boolean indicating whether the payment plan is currently active.</p>\n</li>\n<li><p><code>xref</code>: A unique reference code for the payment request.</p>\n</li>\n<li><p><code>recurring_data</code>: An array of objects, each representing details about individual recurring payments:</p>\n<ul>\n<li><p><code>recurring_id</code>: A unique identifier for each recurring payment.</p>\n</li>\n<li><p><code>payment_date</code>: The date the payment is scheduled to be processed.</p>\n</li>\n<li><p><code>reference</code>: A label or description for the specific recurring payment.</p>\n</li>\n<li><p><code>processed_amount</code>: The amount that has been processed for that specific payment.</p>\n</li>\n<li><p><code>is_processed</code>: A boolean indicating whether the payment has been processed.</p>\n</li>\n<li><p><code>schedule</code> : The current status of that specific payment (e.g., \"Captured\", \"Pending\").</p>\n</li>\n<li><p><code>xref</code>: A unique reference code for the payment request.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"33379e67-a3ce-4b71-95fb-3ae9c69999f2"},{"name":"Repeat payment (existing transaction)","event":[{"listen":"test","script":{"id":"f44e6210-bd5e-4e8d-a9af-53addf08c25c","exec":["pm.collectionVariables.set(\"payment_id\", pm.response.json().id);"],"type":"text/javascript","packages":{}}}],"id":"49ded237-8428-4863-b9ac-888e2429d972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"customer_name\": \"Celia Kulas\",\n    \"customer_email\": \"Clarabelle_Bergstrom@yahoo.com\",\n    \"reference\": \"I'll hack the optical USB sensor, that should protocol the EXE sensor!\",\n    \"currency\": \"GBP\",\n    \"frequency\": \"days\",\n    \"frequency_duration\": 2,\n    \"first_amount\": 9.00,\n    \"recurring_amount\": 10.01,\n    \"is_limited_installments\": true,\n    \"installments\": 3,\n    \"transaction_id\": \"BL-2MUXDEW3E3\",\n    \"payment_intent\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments","description":"<p>Create a repeat schedule to automate subscriptions or split a payment into multiple installments from an existing transaction</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>transaction_id</code> (string, required): Original transaction id the schedule is being created from.</p>\n</li>\n<li><p><code>type</code> (integer, required): value is 2 for MOTO and 1 for ECOM</p>\n</li>\n<li><p><code>customer_email</code> (string, required): The email address of the customer making the payment.</p>\n</li>\n<li><p><code>customer_name</code> (string, required): The name of the customer making the payment.</p>\n</li>\n<li><p><code>reference</code> (string, required): Reference for the schedule.</p>\n</li>\n<li><p><code>merchant_data</code> (json, optional): Additional custom data related to the merchant or customer.</p>\n</li>\n<li><p><code>payment_type</code> (string, required): Repeat payment type.<br />  Possible values are:</p>\n<ul>\n<li><p><code>fixed_schedule</code></p>\n</li>\n<li><p><code>variable_schedule</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>For <code>variable_schedule</code>, the following fields are:</p>\n<ul>\n<li><p><code>schedule_set</code> (array, required): Schedule set is an array set of date and amount where the date will be the key and the amount will be its value. This array needs to have a minimum of 2 sets of values.</p>\n</li>\n<li><p><code>frequency</code> (string, required): Payment cycle frequency. For <code>fixed_schedule</code>.<br />  Possible values are</p>\n<ul>\n<li><p>days</p>\n</li>\n<li><p>weeks</p>\n</li>\n<li><p>months</p>\n</li>\n</ul>\n</li>\n<li><p><code>frequency_duration</code> (integer, required): Payment frequency duration. (E.g. “2” and “days” will be every 2 days) For <code>fixed_schedule</code>.</p>\n</li>\n<li><p><code>start_payment_date</code> (date , optional): Date on which the first payment will be captured. Default value set to today.</p>\n</li>\n<li><p><code>first_amount</code> (float, optional): First payment amount. When creating a <strong>Fixed Schedule</strong>, the first amount value can be customised.</p>\n</li>\n<li><p><code>recurring_amount</code> (float, required): Recurring amount for each installment.</p>\n</li>\n<li><p><code>is_limited_installments</code> (boolean):<br />  If the schedule will have unlimited or limited installments.</p>\n</li>\n<li><p><code>installments</code> (integer): Number of installments.<br />  It is required when creating a <strong>Fixed Schedule</strong> if the <code>is_limited_installments</code> field is true (i.e. it has limited instalments).</p>\n</li>\n<li><p><code>final_amount</code> (integer): Final payment amount. When creating a <strong>Fixed Schedule</strong>, the final amount value can be customised.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>id</code>: A unique identifier for the repeat payment sechdule.</p>\n</li>\n<li><p><code>payment_type</code>: Specifies the type of payment_type.</p>\n</li>\n<li><p><code>status</code>: The current status of the payment request, possible values are:</p>\n<ul>\n<li><p><code>Active</code> - This means the payments have started</p>\n</li>\n<li><p><code>Pending</code> - This means the first payment has not yet been processed</p>\n</li>\n<li><p><code>Cancelled</code> - This means the schedule has been cancelled. No further payments will be processed</p>\n</li>\n<li><p><code>Completed</code> - This means all the payments have been processed. No further payments will be processed</p>\n</li>\n</ul>\n</li>\n<li><p><code>customer_email</code>: The email address of the customer who has made the payment.</p>\n</li>\n<li><p><code>customer_name</code>: The name of the customer who has made the payment.</p>\n</li>\n<li><p><code>address</code>: The billing address of the customer's card.</p>\n</li>\n<li><p><code>postcode</code> : The billing post code of the customer's card.</p>\n</li>\n<li><p><code>reference</code>: Reference for the schedule.</p>\n</li>\n<li><p><code>currency</code>: Three letter currency code (ISO 4217) e.g USD, GBP.</p>\n</li>\n<li><p><code>start_payment_date</code>: The date when the schedule begins.</p>\n</li>\n<li><p><code>final_payment_date</code>: The date when the schedule ends.</p>\n</li>\n<li><p><code>recurring_amount</code>: The amount to be charged in each recurring payment.</p>\n</li>\n<li><p><code>is_limited_installments</code>: A boolean indicating whether the payment schedule has a limited number of installments.</p>\n</li>\n<li><p><code>installments</code>: The number of installments.</p>\n</li>\n<li><p><code>frequency</code>: The interval between recurring payments.</p>\n</li>\n<li><p><code>frequency_duration</code>: The number of units for the frequency interval.</p>\n</li>\n<li><p><code>is_active</code>: A boolean indicating whether the payment plan is currently active.</p>\n</li>\n<li><p><code>xref</code>: A unique reference code for the payment request.</p>\n</li>\n<li><p><code>recurring_data</code>: An array of objects, each representing details about individual recurring payments:</p>\n<ul>\n<li><p><code>recurring_id</code>: A unique identifier for each recurring payment.</p>\n</li>\n<li><p><code>payment_date</code>: The date the payment is scheduled to be processed.</p>\n</li>\n<li><p><code>reference</code>: A label or description for the specific recurring payment.</p>\n</li>\n<li><p><code>processed_amount</code>: The amount that has been processed for that specific payment.</p>\n</li>\n<li><p><code>is_processed</code>: A boolean indicating whether the payment has been processed.</p>\n</li>\n<li><p><code>schedule</code> : The current status of that specific payment (e.g., \"Captured\", \"Pending\").</p>\n</li>\n<li><p><code>xref</code>: A unique reference code for the payment request.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"49ded237-8428-4863-b9ac-888e2429d972"},{"name":"Get repeat payment with id","id":"86267372-8e69-4e8b-af5b-de7cfe379a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments/?payment_type=fixed_schedule","description":"<p>This endpoint gets details of a specific repeat payment schedule using its id.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>schedule_id</code> (integer): id of the repeat payment schedule.</li>\n</ul>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><code>payment_type</code>: Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</li>\n</ul>\n<ol>\n<li><p>fixed_schedule</p>\n</li>\n<li><p>variable_schedule</p>\n</li>\n</ol>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<ul>\n<li><p><code>id</code> (integer): The unique identifier for the repeat payment schedule.</p>\n</li>\n<li><p><code>payment_type</code> (string): The type of repeat payment schedule, which can be either \"fixed_schedule\" or \"variable_schedule\".</p>\n</li>\n<li><p><code>start_date</code> (string): The start date of the repeat payment schedule.</p>\n</li>\n<li><p><code>end_date</code> (string): The end date of the repeat payment schedule.</p>\n</li>\n<li><p><code>amount</code> (number): The amount of the repeat payment.</p>\n</li>\n<li><p><code>currency</code> (string): The currency in which the payment is made.</p>\n</li>\n<li><p><code>status</code> (string): The status of the repeat payment schedule, such as \"active\", \"completed\", \"cancelled\", etc.</p>\n</li>\n<li><p><code>created_at</code> (string): The date and time when the repeat payment schedule was created.</p>\n</li>\n<li><p><code>updated_at</code> (string): The date and time when the repeat payment schedule was last updated.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments",""],"host":["secure","blinkpayment","co","uk"],"query":[{"key":"payment_type","value":"fixed_schedule"}],"variable":[]}},"response":[],"_postman_id":"86267372-8e69-4e8b-af5b-de7cfe379a9c"},{"name":"Get all repeat payments","id":"729ff176-b3e3-45e2-8a51-8f1b72493b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments?payment_type=fixed_schedule","description":"<p>This endpoint gets the details of all repeat payment schedules created from a specific account.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<ul>\n<li><code>payment_type</code>: Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</li>\n</ul>\n<ol>\n<li><p><em>fixed_schedule</em></p>\n</li>\n<li><p><em>variable_schedule</em></p>\n</li>\n</ol>\n<ul>\n<li><p><code>page</code> (integer): Page number.</p>\n</li>\n<li><p><code>status</code> (string): Repeat payment status.</p>\n</li>\n</ul>\n<ol>\n<li><p><em>Active</em> - The payments of the RP have not been processed yet.</p>\n</li>\n<li><p><em>Paused</em> - The RP has been paused for now.</p>\n</li>\n<li><p><em>Pending</em> - The RP has been created, but the first payment has not yet been processed</p>\n</li>\n<li><p><em>Cancelled</em> - The RP has been cancelled</p>\n</li>\n<li><p><em>Completed</em> - All the payments have been processed</p>\n</li>\n</ol>\n<h2 id=\"response-parameters\">Response Parameters</h2>\n<ul>\n<li><p>id (string): The unique identifier for the repeat payment schedule.</p>\n</li>\n<li><p>account_id (string): The identifier of the account associated with the repeat payment schedule.</p>\n</li>\n<li><p>payment_type (string): The type of repeat payment schedule (fixed_schedule or variable_schedule).</p>\n</li>\n<li><p>status (string): The status of the repeat payment schedule (Active, Paused, Pending, Cancelled, Completed).</p>\n</li>\n<li><p>start_date (string): The start date of the repeat payment schedule.</p>\n</li>\n<li><p>end_date (string): The end date of the repeat payment schedule.</p>\n</li>\n<li><p>next_payment_date (string): The date of the next scheduled payment.</p>\n</li>\n<li><p>amount (number): The amount of each payment in the repeat payment schedule.</p>\n</li>\n<li><p>currency (string): The currency of the payment amount.</p>\n</li>\n<li><p>metadata (object): Additional metadata associated with the repeat payment schedule.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments"],"host":["secure","blinkpayment","co","uk"],"query":[{"key":"payment_type","value":"fixed_schedule"}],"variable":[]}},"response":[],"_postman_id":"729ff176-b3e3-45e2-8a51-8f1b72493b88"},{"name":"Cancel repeat payment","id":"691eebe1-223e-4c37-836b-4ba8b7703304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"reccuring_id\": 466\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments/cancel/270","description":"<p>This endpoint refunds a single previous payment in a schedule.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>schedule_id</code> (integer): id of the schedule of the repeat payment.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>payment_type</code> (string, required): Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</li>\n</ul>\n<ol>\n<li><p><em>fixed_schedule</em></p>\n</li>\n<li><p><em>variable_schedule</em></p>\n</li>\n</ol>\n<ul>\n<li><code>recurring_id</code> (integer, required): id of the transaction you wish to cancel.</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>success</code> (boolean)</p>\n</li>\n<li><p><code>message</code> (string)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments","cancel","270"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"691eebe1-223e-4c37-836b-4ba8b7703304"},{"name":"Delete repeat payment","id":"b317b434-ab7a-459d-9276-029c52a07a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"recurring_id\": 466\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments/270","description":"<p>This endpoint deletes a schedule and all its remaining payments that haven’t been processed yet. If a <code>recurring_id</code> is entered, then it will only remove that specific future payment.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>schedule_id</code> (integer) : id of the schedule of the repeat payment.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>payment_type</code> (string, required): Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</li>\n</ul>\n<ol>\n<li><p><em>fixed_schedule</em></p>\n</li>\n<li><p><em>variable_schedule</em></p>\n</li>\n</ol>\n<ul>\n<li><code>recurring_id</code> (integer, optional): id of the transaction you wish to remove.</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>success</code> (boolean)</p>\n</li>\n<li><p><code>message</code> (string)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments","270"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"b317b434-ab7a-459d-9276-029c52a07a53"},{"name":"Retry transaction","id":"560fcbc9-fe73-423f-9ebc-408e62295184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"recurring_id\": 1385\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments/retry/270","description":"<p>This endpoint reruns any specific payment which returned a declined status due to some issue with its Repeat schedule.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>schedule_id</code> (integer) : id of the schedule of the repeat payment.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<p><code>payment_type</code> (string, required): Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</p>\n<ol>\n<li><p><em>fixed_schedule</em></p>\n</li>\n<li><p><em>variable_schedule</em></p>\n</li>\n</ol>\n<p><code>recurring_id</code> (integer, required): id of the transaction you wish to retry.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>success</code> (boolean)</p>\n</li>\n<li><p><code>message</code> (string)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments","retry","270"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"560fcbc9-fe73-423f-9ebc-408e62295184"},{"name":"Add new card","id":"b4e30b13-ddc2-49fd-a34e-67b6b93b3082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"payment_type\": \"fixed_schedule\",\n    \"paymentToken\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/repeat-payments/card/270","description":"<p>This endpoint allows the user to change the card being charged on the reccuring schedule.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<ul>\n<li><code>schedule_id</code> (integer): id of the schedule of the repeat payment.</li>\n</ul>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>payment_type</code> (string, required): Repeat payment type. It must be either of the following values. It is passed to identify the type of the specific repeat schedule. This value cannot be updated.</li>\n</ul>\n<ol>\n<li><p><em>fixed_schedule</em></p>\n</li>\n<li><p><em>variable_schedule</em></p>\n</li>\n</ol>\n<ul>\n<li><code>paymentToken</code> (string, required): The tokenised card details.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","repeat-payments","card","270"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4e30b13-ddc2-49fd-a34e-67b6b93b3082"}],"id":"d92d49d9-9b22-4b34-9145-ba05451afa11","description":"<p>API requests to create recurring/ scheduled payments.</p>\n","_postman_id":"d92d49d9-9b22-4b34-9145-ba05451afa11","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}},{"name":"Apple Pay Domain Registration","item":[{"name":"Domain Verification File","id":"2cc6c894-dfca-47f0-b7c8-9ab8ea4ba868","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://secure.blinkpayment.co.uk/.well-known/apple-developer-merchantid-domain-association","description":"<p>The domain verifcation file required to upload to your site to allow apple pay to work.</p>\n<p>https://{your-domain}/.well-known/apple-developer-merchantid-domain-association.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}},"urlObject":{"protocol":"https","path":[".well-known","apple-developer-merchantid-domain-association"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cc6c894-dfca-47f0-b7c8-9ab8ea4ba868"},{"name":"applepay/domains","id":"1f7a2dee-04d9-4006-8556-966fd542399d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domain_name\": \"https://demo-app.co.uk/\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/pay/v1/applepay/domains","description":"<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>domain_name</code> (string, required): domain that is being registered for apple pay.</li>\n</ul>\n<p>Response Body</p>\n<ul>\n<li><p><code>success</code> (boolean): indicates weather registration was succesful.</p>\n</li>\n<li><p><code>message</code> (string): Gives more details on the registration or steps needed to retry.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","applepay","domains"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f7a2dee-04d9-4006-8556-966fd542399d"},{"name":"applepay/domains","id":"6057cb30-8593-4f02-b4cd-8306bb6331a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[],"url":"https://secure.blinkpayment.co.uk/api/pay/v1/applepay/domains","description":"<p>This endpoint is used to see what domains are registered for apple pay.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li>array of registered domains.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","pay","v1","applepay","domains"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"6057cb30-8593-4f02-b4cd-8306bb6331a6"}],"id":"14a6b5b2-dbfc-4b6c-bc6a-0755d0242ca1","description":"<p>This API allows users to register their domain for Apple Pay through Blink, allowing users to accept apple pay wallet payments.</p>\n","_postman_id":"14a6b5b2-dbfc-4b6c-bc6a-0755d0242ca1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":true,"source":{"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b","id":"4c1731cb-44fe-4d26-becf-cd316970412b","name":"Payments API","type":"folder"}}}],"id":"4c1731cb-44fe-4d26-becf-cd316970412b","description":"<p>The Payments API allows users to take payments directly form their own website and platforms.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0f2e1b4c-edcf-4708-86a8-355287f5dda9","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"52b2de1e-216b-4117-8585-2a8aedd571c3","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"4c1731cb-44fe-4d26-becf-cd316970412b"},{"name":"Paylink API","item":[{"name":"Create Paylink","event":[{"listen":"test","script":{"id":"35ae1ffd-789e-440a-a18e-324096b3b549","exec":["pm.collectionVariables.set(\"paylink_id\", pm.response.json().id);"],"type":"text/javascript","packages":{}}}],"id":"e9d1498f-9b99-4fbd-bc6e-a9bc572aad30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n\t\"payment_method\": [\"credit-card\",\"open-banking\"],\n    \"transaction_type\": \"SALE\",\n    \"full_name\": \"Joe Blogs\",\n    \"email\": \"j.blogs@blinkpayment.co.uk\",\n    \"currency\": \"GBP\",\n    \"mobile_number\": \"0753215468\",\n    \"transaction_unique\": \"Postman Test\",\n    \"is_decide_amount\": true,\n    \"amount\": 2.01,\n    \"notes\": \"test note\",\n    \"reminder\": true,\n    \"reminder_interval_count\": 2,\n    \"reminder_interval_frequency\": \"days\",\n    \"notification_url\": \"https://blinkpayment.co.uk/webhook\",\n    \"redirect_url\": \"https://api-demo-php.blinkpayment.co.uk/return\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/paylink/v1/paylinks","description":"<p>This endpoint creates a payment link to be used for a one-time transaction.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>payment_method</code> (array, required): Can be one or more of the following:</li>\n</ul>\n<ol>\n<li><p><code>credit-card</code></p>\n</li>\n<li><p><code>direct-debit</code></p>\n</li>\n<li><p><code>open-banking</code></p>\n</li>\n</ol>\n<ul>\n<li><code>transaction_type</code> (string, required):<br />  Can be one of the following:</li>\n</ul>\n<ol>\n<li><p><code>SALE</code></p>\n</li>\n<li><p><code>PREAUTH</code></p>\n</li>\n<li><p><code>VERIFY</code></p>\n</li>\n</ol>\n<ul>\n<li><p><code>full_name</code> (string, required): Customer full name.</p>\n</li>\n<li><p><code>email</code> (string, optional): Customer email.</p>\n</li>\n<li><p><code>mobile_number</code> (string, optional): Customer mobile number.</p>\n</li>\n<li><p><code>transaction_unique</code> (string, required): Unique transaction reference.</p>\n</li>\n<li><p><code>is_decide_amount</code> (boolean, optional): If the customer decides the amount.</p>\n</li>\n<li><p><code>amount</code> (float, required): Transaction amount.</p>\n</li>\n<li><p><code>currency</code> (string, required): Currency of the transaction. See the token's response for available currencies.</p>\n</li>\n<li><p><code>address</code>(string, optional): Customer's billing address, this will prefill the paylink with the address entered. The customer can change it.</p>\n</li>\n<li><p><code>postcode</code>(string, optional): Customer's billing postcode, this will prefill the paylink with the address entered. The customer can change it.</p>\n</li>\n<li><p><code>reminder</code> (boolean, optional): If reminder will be sent to the customer. Defaults to <code>false</code>.</p>\n</li>\n<li><p><code>reminder_interval_count</code> (integer, optional):<br />  If reminder is true, you need to mention the number of days/weeks</p>\n</li>\n<li><p><code>reminder_interval_frequency</code> (string, optional):<br />  If reminder is true, you need to mention the interval frequency. It can be one of the following:</p>\n<ul>\n<li><p><code>days</code></p>\n</li>\n<li><p><code>week</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>notes</code> (string, optional): Add any note to describe the Paylink request to the customer.</p>\n</li>\n<li><p><code>notification_url</code> (string, optional): POST URL on your domain, where Blink will send status updates when the transaction status is changed e.g. <code>https://mydomain.com/notification</code>.</p>\n</li>\n<li><p><code>redirect_url</code> (string, optional): GET URL on your domain, where Blink will send transaction details when the transaction is done e.g. <code>https://mydomain.com/return</code>.</p>\n</li>\n<li><p><code>is_notification_required</code> (boolean, optional): If set to <code>true</code>, it will send the paylink to the customer by email and/ or SMS. Defaults to <code>false</code>.</p>\n</li>\n<li><p><code>expiry_date</code>(string, optional): date to set the paylink to expire e.g. \"15-09-2025\"</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>id</code> (string): The unique identifier for the payment link.</p>\n</li>\n<li><p><code>paylink_url</code> (string): The URL for the payment link that can be shared with the customer.</p>\n</li>\n<li><p><code>transaction_unique</code> (string): The unique identifier of the transaction that will be made form the payment link.</p>\n</li>\n<li><p><code>reminder</code> (boolean, optional): If reminder will be sent to the customer. Defaults to <code>false</code>.</p>\n</li>\n<li><p><code>reminder_interval_count</code> (integer, optional):<br />  If reminder is true, you need to mention the number of days/weeks</p>\n</li>\n<li><p><code>reminder_interval_frequency</code> (string, optional):<br />  If reminder is true, you need to mention the interval frequency.</p>\n</li>\n<li><p><code>expiry_date</code>(string, optional): date to set the paylink to expire e.g. \"15-09-2025\"</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","paylink","v1","paylinks"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9d1498f-9b99-4fbd-bc6e-a9bc572aad30"},{"name":"Get paylink by paylink Id","id":"971d469d-a624-44be-b5cb-436bde97dcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"url":"https://secure.blinkpayment.co.uk/api/paylink/v1/paylinks/","description":"<p>This endpoint gets details of a specific paylink using id.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><code>paylink_id</code> (integer, required): id of the paylink.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<p><code>id</code> (integer): The unique identifier of the paylink.<br /><code>amount</code> (number): The amount associated with the paylink.<br /><code>description</code> (string): The description or details of the paylink.<br /><code>status</code> (string): The status of the paylink, such as \"active\" or \"inactive\".<br /><code>expiry_date</code> (string): The expiry date of the paylink.<br /><code>created_at</code> (string): The date and time when the paylink was created.<br /><code>updated_at</code> (string): The date and time when the paylink was last updated.</p>\n","urlObject":{"protocol":"https","path":["api","paylink","v1","paylinks",""],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"971d469d-a624-44be-b5cb-436bde97dcb4"},{"name":"Get all Paylinks","id":"9f81c7da-dfe7-4bce-a0e3-5f3dae88db1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"url":"https://secure.blinkpayment.co.uk/api/paylink/v1/paylinks?status=unpaid&amount=1","description":"<p>Gets details of all the paylinks created by a specific merchant.</p>\n<h3 id=\"query-parameters\"><strong>Query</strong> Parameters</h3>\n<ul>\n<li><p><code>status</code> (string): status of the paylink.</p>\n</li>\n<li><p><code>customer_name</code> (string): Customer name.</p>\n</li>\n<li><p><code>amount</code> (float): amount of the paylink.</p>\n</li>\n<li><p><code>amount_gt</code> (float): Amount should be greater than specified value.</p>\n</li>\n<li><p><code>amount_lt</code> (float):<br />  Amount should be less than specified value.</p>\n</li>\n</ul>\n<h2 id=\"response-body\">Response Body</h2>\n<ul>\n<li><p><code>id</code> (string): The unique identifier for the paylink.</p>\n</li>\n<li><p><code>status</code> (string): The status of the paylink, such as \"unpaid\", \"paid\", etc.</p>\n</li>\n<li><p><code>amount</code> (float): The amount associated with the paylink.</p>\n</li>\n<li><p><code>customer_name</code> (string): The name of the customer associated with the paylink.</p>\n</li>\n<li><p><code>created_at</code> (string): The timestamp indicating when the paylink was created.</p>\n</li>\n<li><p><code>updated_at</code> (string): The timestamp indicating when the paylink was last updated.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","paylink","v1","paylinks"],"host":["secure","blinkpayment","co","uk"],"query":[{"key":"status","value":"unpaid"},{"key":"amount","value":"1"}],"variable":[]}},"response":[],"_postman_id":"9f81c7da-dfe7-4bce-a0e3-5f3dae88db1f"},{"name":"Paylink Notification","id":"276cad9f-882b-486d-a800-f6e3dd5f4053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n    \"send_email\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/paylink/v1/paylinks//notifications","description":"<p>This endpoint is used to resend a paylink either by email or SMS.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><code>paylink_id</code> (integer, required): id of the paylink.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>send_email</code> (boolean, optional): If send email is true, it will send notification through email.</p>\n</li>\n<li><p><code>send_sms</code> (boolean, optional): If send sms is true, it will send notification through sms.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","paylink","v1","paylinks","","notifications"],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"276cad9f-882b-486d-a800-f6e3dd5f4053"},{"name":"Update Paylink","id":"f6fc60a7-0c68-4ae0-b94b-89ee1cdacab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"testdemo@yopmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://secure.blinkpayment.co.uk/api/paylink/v1/paylinks/","description":"<p>Updates data associated with the paylink before the link is used.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><code>paylink_id</code> (integer, required): id of the paylink.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>email</code> (string, optional): Email address</p>\n</li>\n<li><p><code>mobile_number</code> (integer, optional): Customer mobile number</p>\n</li>\n<li><p><code>status</code> (string, optional): Paylink status</p>\n</li>\n<li><p><code>expiry_date</code>(string, optional): date to set the paylink to expire e.g. \"15-09-2025\"</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","paylink","v1","paylinks",""],"host":["secure","blinkpayment","co","uk"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6fc60a7-0c68-4ae0-b94b-89ee1cdacab7"}],"id":"2d9a4d25-e2cf-4075-9db3-7509f031a0c9","description":"<p>The Paylink API allows users to generate secure payment links and send links via email and SMS. The payment links can be customised via the Blink portal.</p>\n","_postman_id":"2d9a4d25-e2cf-4075-9db3-7509f031a0c9"}],"event":[{"listen":"prerequest","script":{"id":"aa8f9686-1fe7-4d7f-8173-2a48f4c07f0e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"16880418-c1b2-46ba-ae5b-08a3b75cb5c3","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"api_key","value":"eff458c623bba928a1a211521a7e38433bdf68780d0d8a16e2502f43cca322bc","type":"string"},{"key":"secret_key","value":"6310e48bdd0e4381459a62b46d2c4fd6e8ab65a2a4d5205c6c3ddebfbbaebbf8","type":"string"},{"key":"access_token","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJtZXJjaGFudF9pZCI6NDM5OCwic2VjcmV0X2tleSI6IjYzMTBlNDhiZGQwZTQzODE0NTlhNjJiNDZkMmM0ZmQ2ZThhYjY1YTJhNGQ1MjA1YzZjM2RkZWJmYmJhZWJiZjgiLCJleHAiOjE3MjA3MDcyNjZ9.91qa4veQ9xGVM-Jc_3_i_vaykEdYarRwUzb-37aLD0c","type":"string"},{"key":"payment_types","value":"","type":"string"},{"key":"payment_intent","value":"","type":"string"},{"key":"transaction_unique","value":"","type":"string"},{"key":"merchant_id","value":"233508","type":"string"},{"key":"intent_id","value":"5548","type":"string"},{"key":"transaction_id","value":"BL-2MUXYN2QLP","type":"string"},{"key":"paymentToken","value":"","type":"string"},{"key":"email","value":"","type":"string"},{"key":"paylink_id","value":"","type":"string"},{"key":"payment_id","value":"","type":"string"},{"key":"schedule_id","value":"270","type":"default"}]}