Skip to content

Commit 490d77c

Browse files
Update latest definitions files
1 parent 59913f7 commit 490d77c

17 files changed

+85
-901
lines changed

postman/CheckoutService-v37.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,7 +3543,7 @@
35433543
]
35443544
},
35453545
{
3546-
"name": "Make a one-off payment with a token and CVV",
3546+
"name": "Make a one-click payment with a token and CVV",
35473547
"request": {
35483548
"method": "POST",
35493549
"header": [
@@ -3568,7 +3568,7 @@
35683568
],
35693569
"body": {
35703570
"mode": "raw",
3571-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8416038790273850\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID_6738oneoff\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3571+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8416038790273850\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"ContAuth\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
35723572
"options": {
35733573
"raw": {
35743574
"language": "json"
@@ -3594,7 +3594,7 @@
35943594
]
35953595
},
35963596
{
3597-
"name": "Make a one-off payment with a token and CVV, using encrypted card details",
3597+
"name": "Make a one-click payment with a token and CVV, using encrypted card details",
35983598
"request": {
35993599
"method": "POST",
36003600
"header": [
@@ -3619,7 +3619,7 @@
36193619
],
36203620
"body": {
36213621
"mode": "raw",
3622-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8416038790273850\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID_6738oneoff\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3622+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8416038790273850\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"ContAuth\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
36233623
"options": {
36243624
"raw": {
36253625
"language": "json"

postman/CheckoutService-v40.json

Lines changed: 7 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -3543,7 +3543,7 @@
35433543
]
35443544
},
35453545
{
3546-
"name": "Tokenize card details for one-off payments, using encrypted card details",
3546+
"name": "Tokenize card details for one-click payments, using encrypted card details",
35473547
"request": {
35483548
"method": "POST",
35493549
"header": [
@@ -3568,7 +3568,7 @@
35683568
],
35693569
"body": {
35703570
"mode": "raw",
3571-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"encryptedCardNumber\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryMonth\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryYear\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3571+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"encryptedCardNumber\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryMonth\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryYear\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
35723572
"options": {
35733573
"raw": {
35743574
"language": "json"
@@ -3594,7 +3594,7 @@
35943594
]
35953595
},
35963596
{
3597-
"name": "Tokenize card details for one-off payments",
3597+
"name": "Tokenize card details for one-click payments",
35983598
"request": {
35993599
"method": "POST",
36003600
"header": [
@@ -3619,7 +3619,7 @@
36193619
],
36203620
"body": {
36213621
"mode": "raw",
3622-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3622+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
36233623
"options": {
36243624
"raw": {
36253625
"language": "json"
@@ -3676,7 +3676,7 @@
36763676
],
36773677
"body": {
36783678
"mode": "raw",
3679-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3679+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
36803680
"options": {
36813681
"raw": {
36823682
"language": "json"
@@ -3861,7 +3861,7 @@
38613861
]
38623862
},
38633863
{
3864-
"name": "Make a one-off payment with a token and CVV",
3864+
"name": "Make a one-click payment with a token and CVV",
38653865
"request": {
38663866
"method": "POST",
38673867
"header": [
@@ -3912,7 +3912,7 @@
39123912
]
39133913
},
39143914
{
3915-
"name": "Make a one-off payment with a token and CVV, using encrypted card details",
3915+
"name": "Make a one-click payment with a token and CVV, using encrypted card details",
39163916
"request": {
39173917
"method": "POST",
39183918
"header": [
@@ -3958,57 +3958,6 @@
39583958
]
39593959
},
39603960
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. "
3961-
}
3962-
,"response": [
3963-
]
3964-
},
3965-
{
3966-
"name": "Make a card payment with a token",
3967-
"request": {
3968-
"method": "POST",
3969-
"header": [
3970-
{
3971-
"key": "Content-Type",
3972-
"value": "application/json",
3973-
"description": "",
3974-
"disabled": false
3975-
},
3976-
{
3977-
"key": "Accept",
3978-
"value": "application/json",
3979-
"description": "",
3980-
"disabled": false
3981-
},
3982-
{
3983-
"key": "Idempotency-Key",
3984-
"value": "",
3985-
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
3986-
"disabled": true
3987-
}
3988-
],
3989-
"body": {
3990-
"mode": "raw",
3991-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8315791039321763\"\n},\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"shopperInteraction\": \"ContAuth\"\n}",
3992-
"options": {
3993-
"raw": {
3994-
"language": "json"
3995-
}
3996-
}
3997-
},
3998-
"url": {
3999-
"raw": "{{baseUrl}}/payments",
4000-
"host": [
4001-
"{{baseUrl}}"
4002-
],
4003-
"path": [
4004-
"payments"
4005-
],
4006-
"variable": [
4007-
],
4008-
"query": [
4009-
]
4010-
},
4011-
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. "
40123961
}
40133962
,"response": [
40143963
]

postman/CheckoutService-v41.json

Lines changed: 7 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,7 @@
36513651
]
36523652
},
36533653
{
3654-
"name": "Tokenize card details for one-off payments, using encrypted card details",
3654+
"name": "Tokenize card details for one-click payments, using encrypted card details",
36553655
"request": {
36563656
"method": "POST",
36573657
"header": [
@@ -3676,7 +3676,7 @@
36763676
],
36773677
"body": {
36783678
"mode": "raw",
3679-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"encryptedCardNumber\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryMonth\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryYear\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3679+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"encryptedCardNumber\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryMonth\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedExpiryYear\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\",\n \"encryptedSecurityCode\": \"adyenjs_0_1_18$MT6ppy0FAMVMLH...\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
36803680
"options": {
36813681
"raw": {
36823682
"language": "json"
@@ -3702,7 +3702,7 @@
37023702
]
37033703
},
37043704
{
3705-
"name": "Tokenize card details for one-off payments",
3705+
"name": "Tokenize card details for one-click payments",
37063706
"request": {
37073707
"method": "POST",
37083708
"header": [
@@ -3727,7 +3727,7 @@
37273727
],
37283728
"body": {
37293729
"mode": "raw",
3730-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3730+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
37313731
"options": {
37323732
"raw": {
37333733
"language": "json"
@@ -3784,7 +3784,7 @@
37843784
],
37853785
"body": {
37863786
"mode": "raw",
3787-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
3787+
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"number\": \"4111111111111111\",\n \"expiryMonth\": \"03\",\n \"expiryYear\": \"2030\",\n \"holderName\": \"John Smith\",\n \"cvc\": \"737\"\n},\n \"shopperReference\": \"YOUR_SHOPPER_REFERENCE\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"shopperInteraction\": \"Ecommerce\",\n \"recurringProcessingModel\": \"CardOnFile\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\"\n}",
37883788
"options": {
37893789
"raw": {
37903790
"language": "json"
@@ -4020,7 +4020,7 @@
40204020
]
40214021
},
40224022
{
4023-
"name": "Make a one-off payment with a token and CVV",
4023+
"name": "Make a one-click payment with a token and CVV",
40244024
"request": {
40254025
"method": "POST",
40264026
"header": [
@@ -4071,7 +4071,7 @@
40714071
]
40724072
},
40734073
{
4074-
"name": "Make a one-off payment with a token and CVV, using encrypted card details",
4074+
"name": "Make a one-click payment with a token and CVV, using encrypted card details",
40754075
"request": {
40764076
"method": "POST",
40774077
"header": [
@@ -4117,57 +4117,6 @@
41174117
]
41184118
},
41194119
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. "
4120-
}
4121-
,"response": [
4122-
]
4123-
},
4124-
{
4125-
"name": "Make a card payment with a token",
4126-
"request": {
4127-
"method": "POST",
4128-
"header": [
4129-
{
4130-
"key": "Content-Type",
4131-
"value": "application/json",
4132-
"description": "",
4133-
"disabled": false
4134-
},
4135-
{
4136-
"key": "Accept",
4137-
"value": "application/json",
4138-
"description": "",
4139-
"disabled": false
4140-
},
4141-
{
4142-
"key": "Idempotency-Key",
4143-
"value": "",
4144-
"description": "A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).",
4145-
"disabled": true
4146-
}
4147-
],
4148-
"body": {
4149-
"mode": "raw",
4150-
"raw": "{\n \"amount\": {\n \"currency\": \"USD\",\n \"value\": 1000\n},\n \"reference\": \"Your order number\",\n \"paymentMethod\": {\n \"type\": \"scheme\",\n \"recurringDetailReference\": \"8315791039321763\"\n},\n \"shopperReference\": \"YOUR_UNIQUE_SHOPPER_ID\",\n \"returnUrl\": \"https://your-company.example.com/...\",\n \"merchantAccount\": \"{{YOUR_MERCHANT_ACCOUNT}}\",\n \"shopperInteraction\": \"ContAuth\"\n}",
4151-
"options": {
4152-
"raw": {
4153-
"language": "json"
4154-
}
4155-
}
4156-
},
4157-
"url": {
4158-
"raw": "{{baseUrl}}/payments",
4159-
"host": [
4160-
"{{baseUrl}}"
4161-
],
4162-
"path": [
4163-
"payments"
4164-
],
4165-
"variable": [
4166-
],
4167-
"query": [
4168-
]
4169-
},
4170-
"description": "Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper. To know more about required parameters for specific payment methods, refer to our [payment method guides](https://docs.adyen.com/payment-methods). The response depends on the [payment flow](https://docs.adyen.com/payment-methods#payment-flow): * For a direct flow, the response includes a `pspReference` and a `resultCode` with the payment result, for example **Authorised** or **Refused**. * For a redirect or additional action, the response contains an `action` object. "
41714120
}
41724121
,"response": [
41734122
]

0 commit comments

Comments
 (0)