Files
adyen-postman/postman/TestCardService-v1.json
2024-03-28 08:16:48 +00:00

98 lines
2.3 KiB
JSON

{
"info": {
"name": "Adyen Test Cards API (v1)",
"description": {
"content": "The Test Cards API provides endpoints for generating custom test card numbers. For more information, refer to [Custom test cards](https://docs.adyen.com/development-resources/testing/create-test-cards) documentation.",
"type": "text/markdown"
},
"version": "1",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "General",
"item": [
{
"name": "/createTestCardRanges",
"description": "Creates one or more test card ranges.",
"item": [
{
"name": "Creates one or more test card ranges.",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"disabled": false
},
{
"key": "Accept",
"value": "application/json",
"description": "",
"disabled": false
}
],
"body": {
"mode": "raw",
"raw": "{\n \"accountCode\": \"<string>\",\n \"accountTypeCode\": \"<string>\",\n \"testCardRanges\": \"<string>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/createTestCardRanges",
"host": [
"{{baseUrl}}"
],
"path": [
"createTestCardRanges"
],
"variable": [
],
"query": [
]
},
"description": "Creates one or more test card ranges."
}
,"response": [
]
}
]
}
]
}
],
"auth": {
"type": "apikey",
"apikey": [
{
"key": "value",
"value": "{{X-API-Key}}",
"type": "string"
},
{
"key": "key",
"value": "X-API-Key",
"type": "string"
}
]
},
"variable": [
{
"key": "baseUrl",
"value": "https://pal-test.adyen.com/pal/services/TestCard/v1",
"type": "string"
},
{
"key": "X-API-Key",
"value": "",
"type": "string"
}
]
}