text stringlengths 70 351k | source stringclasses 4
values |
|---|---|
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.volt]
open_banking_uk = {country = "DE,GB,AT,BE,CY,EE,ES,FI,FR,GR,HR,IE,IT,LT,LU,LV,MT,NL,PT,SI,SK,BG,CZ,DK,HU,NO,PL,RO,SE,AU,BR", currency = "EUR,GBP,DKK,NOK,PLN,SEK,AUD,BRL"}
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.razorpay]
upi_collect = {country = "IN", currency = "INR"}
| ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[pm_filters.zen]
boleto = { country = "BR", currency = "BRL" }
efecty = { country = "CO", currency = "COP" }
multibanco = { country = "PT", currency = "EUR" }
pago_efectivo = { country = "PE", currency = "PEN" }
pix = { country = "BR", currency = "B... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[temp_locker_enable_config]
bluesnap.payment_method = "card"
nuvei.payment_method = "card"
shift4.payment_method = "card"
stripe.payment_method = "bank_transfer"
bankofamerica = { payment_method = "card" }
cybersource = { payment_method = "card" }
n... | ast_fragments |
# file: hyperswitch/config/deployments/production.toml | crate: config
[tokenization]
braintree = { long_lived_token = false, payment_method = "card" }
checkout = { long_lived_token = false, payment_method = "wallet", apple_pay_pre_decrypt_flow = "network_tokenization" }
gocardless = { long_lived_token = true, payment_... | ast_fragments |
# file: hyperswitch/config/deployments/sandbox.toml | crate: config
[bank_config]
eps.adyen.banks = "bank_austria,bawag_psk_ag,dolomitenbank,easybank_ag,erste_bank_und_sparkassen,hypo_tirol_bank_ag,posojilnica_bank_e_gen,raiffeisen_bankengruppe_osterreich,schoellerbank_ag,sparda_bank_wien,volksbank_gruppe,volkskreditba... | ast_fragments |
# file: hyperswitch/config/deployments/sandbox.toml | crate: config
[delayed_session_response]
connectors_with_delayed_session_response = "trustpay,payme" # List of connectors which have delayed session response
| ast_fragments |
# file: hyperswitch/config/deployments/sandbox.toml | crate: config
[user]
password_validity_in_days = 90
two_factor_auth_expiry_in_secs = 300
totp_issuer_name = "Hyperswitch Sandbox"
base_url = "https://app.hyperswitch.io"
force_two_factor_auth = false
force_cookies = false
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[drainer]
loop_interval = 500
max_read_count = 100
num_partitions = 64
shutdown_interval = 1000
stream_name = "drainer_stream"
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[secrets_management.aws_kms]
key_id = "kms_key_id"
region = "kms_region"
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[encryption_management.aws_kms]
key_id = "kms_key_id"
region = "kms_region"
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[log.telemetry]
metrics_enabled = true
otel_exporter_otlp_endpoint = "http://localhost:4317"
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[master_database]
dbname = "master_database_name"
host = "localhost"
password = "master_database_password"
pool_size = 3
port = 5432
username = "username"
| ast_fragments |
# file: hyperswitch/config/deployments/drainer.toml | crate: config
[redis]
cluster_enabled = false
cluster_urls = ["redis.cluster.uri-1:8080", "redis.cluster.uri-2:4115"] # List of redis cluster urls
default_ttl = 300
host = "localhost"
pool_size = 5
port = 6379
reconnect_delay = 5
reconnect_max_attempts = 5
stream_re... | ast_fragments |
# file: hyperswitch/config/deployments/integration_test.toml | crate: config
[bank_config]
eps.adyen.banks = "bank_austria,bawag_psk_ag,dolomitenbank,easybank_ag,erste_bank_und_sparkassen,hypo_tirol_bank_ag,posojilnica_bank_e_gen,raiffeisen_bankengruppe_osterreich,schoellerbank_ag,sparda_bank_wien,volksbank_gruppe,volk... | ast_fragments |
# file: hyperswitch/config/deployments/integration_test.toml | crate: config
[user]
password_validity_in_days = 90
two_factor_auth_expiry_in_secs = 300
totp_issuer_name = "Hyperswitch Integ"
base_url = "https://integ.hyperswitch.io"
force_two_factor_auth = false
force_cookies = true
| ast_fragments |
# file: hyperswitch/config/deployments/integration_test.toml | crate: config
[mandates.update_mandate_supported]
card.credit = { connector_list = "cybersource" } # Update Mandate supported payment method type and connector for card
card.debit = { connector_list = "cybersource" } # Update Mandate ... | ast_fragments |
# file: hyperswitch/config/deployments/integration_test.toml | crate: config
[pm_filters.default]
affirm = { country = "US", currency = "USD" }
afterpay_clearpay = { country = "US,CA,GB,AU,NZ,FR,ES", currency = "GBP" }
apple_pay = { country = "AU,CN,HK,JP,MO,MY,NZ,SG,TW,AM,AT,AZ,BY,BE,BG,HR,CY,CZ,DK,EE,FO,FI,FR,GE,DE,G... | ast_fragments |
# file: hyperswitch/config/deployments/scheduler/producer.toml | crate: config
[scheduler]
consumer_group = "scheduler_group"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)
loop_interval = 30000 # Specifies how much time to ... | ast_fragments |
# file: hyperswitch/config/deployments/scheduler/producer.toml | crate: config
[scheduler.producer]
batch_size = 50 # Specifies the batch size the producer will push under a single entry in the redis queue
lock_key = "producer_locking_key" # The following keys defines the producer lock that is created... | ast_fragments |
# file: hyperswitch/config/deployments/scheduler/producer.toml | crate: config
[scheduler.server]
port = 3000 # Port on which the server will listen for incoming requests
host = "127.0.0.1" # Host IP address to bind the server to
workers = 1 # Number of actix w... | ast_fragments |
# file: hyperswitch/config/deployments/scheduler/consumer.toml | crate: config
[scheduler]
consumer_group = "scheduler_group"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)
loop_interval = 3000 # Specifies how much time to ... | ast_fragments |
# file: hyperswitch/config/deployments/scheduler/consumer.toml | crate: config
[scheduler.consumer]
consumer_group = "scheduler_group"
disabled = false # This flag decides if the consumer should actively consume task
# Scheduler server configuration
| ast_fragments |
<|fim_prefix|>
// file: hyperswitch/cypress-tests-v2/cypress.config.js | crate: cypress-tests-v2
setupNodeEvents(on, config) {
<|fim_suffix|>
<|fim_middle|>
}
| ast_fragments |
<|meta_start|><|file|> hyperswitch/cypress-tests-v2/.prettierrc.json<|crate|> cypress-tests-v2<|meta_end|>
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
} | ast_fragments |
<|meta_start|><|file|> hyperswitch/cypress-tests-v2/package.json<|crate|> cypress-tests-v2<|meta_end|>
{
"name": "cypress",
"version": "1.0.0",
"description": "Cypress tests suite",
"scripts": {
"cypress": "npx cypress open",
"cypress-e2e": "npx cypress run --e2e",
"cypress:ci": "npx cypress run --h... | ast_fragments |
<|meta_start|><|file|> hyperswitch/cypress-tests/package.json<|crate|> cypress-tests<|meta_end|>
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"cypress": "npx cypress open",
"cypress-e2e": "npx cypress run --e2e",
"cypress:ci": "npx c... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/portman-cli.json<|crate|> postman<|meta_end|>
{
"local": "openapi/open_api_spec.yaml",
"output": "postman/collection.postman.json",
"envFile": "postman//.env-portman.example",
"portmanConfigFile": "postman/portman-config.json",
"includeTests": true,
"bundleContract... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "60a5122e-9d2d-43de-8d97-d0cc0e688456",
"name": "powertranz",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario6-Create 3DS payment with confirm false/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario10-Partial refund/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Create-copy/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Ac... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario9-Refund full payment/Refunds - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Acc... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario5-Void the payment/Payments - Cancel/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accep... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario2-Create payment with confirm false/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"ke... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario4-Create payment with Manual capture/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Happy Cases/Scenario4-Create payment with Manual capture/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Variation Cases/Scenario3-Capture greater amount/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"k... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Variation Cases/Scenario7-Refund exceeds amount/Refunds - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key"... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid card number)/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "a... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp Year)/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "appl... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/QuickStart/Refunds - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/refunds/:id?force_sy... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/powertranz/Flow Testcases/QuickStart/Payments - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/payments/:id?force_... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/airwallex/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "5c7a556e-b6a1-48bc-861d-722e696a3ee6",
"name": "airwallex",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and m... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/airwallex/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/airwallex/Flow Testcases/Happy Cases/Scenario4-Create payment with Manual capture/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/airwallex/Flow Testcases/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/braintree/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "06523490-e70e-41b0-8984-5b8235b3674b",
"name": "braintree",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and m... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/braintree/Flow Testcases/Happy Cases/Scenario 3 - Create payment without PMD/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/braintree/Flow Testcases/Happy Cases/Scenario5 - Create paypal wallet/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/braintree/Flow Testcases/Happy Cases/Scenario5 - Create paypal wallet/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/braintree/Flow Testcases/Variation Cases/Scenario 2 - Confirming the payment without PMD/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/payme/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "ecfad31e-e1a8-47bd-9aea-5da28b5411b7",
"name": "payme",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage pa... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/payme/.variable.json<|crate|> postman<|meta_end|>
{
"variable": [
{
"key": "baseUrl",
"value": "",
"type": "string"
},
{
"key": "admin_api_key",
"value": "",
"type": "string"
},
{
"key": "api_key",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/globalpay/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "332ec296-5195-47f4-87b0-a1a363d7d2be",
"name": "globalpay",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and m... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/globalpay/Flow Testcases/Happy Cases/Scenario17-Bank Redirect-eps/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"ty... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/zsl/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "3a6c03f2-c084-4e35-a559-4dc0f2808fe9",
"name": "zsl",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage paymen... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "578286c8-3066-4cc5-8b6b-6ee563c4eee3",
"name": "authorizedotnet",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to p... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario12-Failed case for wrong api keys/Payment Connector - Update/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario10-Create a mandate and recurring payment/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario10-Create a mandate and recurring payment/Recurring Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "applicat... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario2-Create payment with Manual capture/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(invalid CVV)/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "appl... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/authorizedotnet/Flow Testcases/Variation Cases/Scenario1-Create payment with Invalid card details/Payments - Create(Invalid Exp month)/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value":... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "de5a144d-d247-4751-a8f3-ecfa9832641c",
"name": "adyen_uk",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and man... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario12-Refund recurring payment/Refunds - Create Copy/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"k... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario12-Refund recurring payment/Recurring Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario7-Create 3DS payment with confirm false/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_k... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Create-copy/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Acce... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario2-Create payment with confirm false/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario16-Add card flow/Refunds - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Happy Cases/Scenario4-Create payment with Manual capture/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Variation Cases/Scenario6-Create 3DS payment with greater capture/Payments - Capture/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/Variation Cases/Scenario9-Create a recurring payment with greater mandate amount/Recurring Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/QuickStart/Payouts - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/payouts/:id",
"hos... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/QuickStart/Payouts - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/adyen_uk/Flow Testcases/QuickStart/Payout Connector - Create/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{api_key}}",
"type": "string"
},
{
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/forte/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "aa16a416-4ee0-4222-a492-475ae7b50723",
"name": "forte",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage pa... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/forte/Flow Testcases/Happy Cases/Scenario3-Create payment without PMD/Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/forte/Flow Testcases/Happy Cases/Scenario6-Create a mandate and recurring payment/Recurring Payments - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/.auth.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{api_key}}",
"type": "string"
},
{
"key": "key",
"value": "api-key",
"t... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/.info.json<|crate|> postman<|meta_end|>
{
"info": {
"_postman_id": "9d0da50c-f3db-4dd4-9e2b-c6149cc9ebf3",
"name": "aci",
"description": "## Get started\n\nJuspay Router provides a collection of APIs that enable you to process and manage paymen... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Health check/New Request/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [],
"url": {
"raw": "{{baseUrl}}/health",
"host": ["{{baseUrl}}"],
"path": ["health"]
}
} | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Wallet-alipay/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type": "stri... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Wallet-mbway/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type": "strin... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Bank Redirect-Trustly/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario15-Bank Redirect-Ideal/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type":... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario15-Bank Redirect-Ideal/Payments - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{base... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario1-Create payment with confirm true/Payments - Retrieve/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"r... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Bank Redirect-Interac/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Bank Redirect-P24/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type": "... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Retrieve-copy/request.json<|crate|> postman<|meta_end|>
{
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseU... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Create-copy/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario10-Partial refund/Refunds - Create/request.json<|crate|> postman<|meta_end|>
{
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario16-Bank Redirect-sofort/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type"... | ast_fragments |
<|meta_start|><|file|> hyperswitch/postman/collection-dir/aci/Flow Testcases/Happy Cases/Scenario18-Bank Redirect-giropay/Payments - Confirm/request.json<|crate|> postman<|meta_end|>
{
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{publishable_key}}",
"type... | ast_fragments |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.