{ "uuid": "4e111d61-1911-4484-8ad5-bca260dfa62a", "lastMigration": 29, "name": "Adyen Checkout API", "endpointPrefix": "v68", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "3e7f760d-e330-488d-8b4a-253db0441d33", "documentation": "Cancels an authorised payment.", "method": "post", "endpoint": "cancels", "responses": [ { "uuid": "a769d83f-ee20-4cfe-a3b9-ebcc05d29da6", "body": "{\n \"merchantAccount\": \"\",\n \"paymentReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77ebbae7-2698-4500-ba38-bc3c9bc7375e", "body": "{\n \"merchantAccount\": \"\",\n \"paymentReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff02db09-e97e-441d-aac9-dbe7ca59a926", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f681ded-b2a9-4d89-8ceb-c6f5ccfcb5af", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "233ea690-8da4-4a46-b4ac-09c078afc786", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b22b69c5-6d80-45d3-990b-bbf92dad6057", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab916171-4be1-4415-b97e-cb101e498598", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17ec9432-9875-4c9a-a823-2a4f597ae4b0", "documentation": "Starts a transaction for donation.", "method": "post", "endpoint": "donations", "responses": [ { "uuid": "794adcc0-1ff0-4d24-a6e2-78e82df3de0f", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"donationAccount\": \"\",\n \"id\": \"\",\n \"merchantAccount\": \"\",\n \"payment\": {\n \"action\": {\n \"paymentData\": \"\",\n \"paymentMethodType\": \"\",\n \"type\": \"{{oneOf (array 'await')}}\",\n \"url\": \"\"\n },\n \"additionalData\": {},\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"donationToken\": \"\",\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"merchantReference\": \"\",\n \"order\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"expiresAt\": \"\",\n \"orderData\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"remainingAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n },\n \"pspReference\": \"\",\n \"refusalReason\": \"\",\n \"refusalReasonCode\": \"\",\n \"resultCode\": \"{{oneOf (array 'AuthenticationFinished' 'Authorised' 'Cancelled' 'ChallengeShopper' 'Error' 'IdentifyShopper' 'Pending' 'PresentToShopper' 'Received' 'RedirectShopper' 'Refused' 'Success')}}\",\n \"threeDS2ResponseData\": {\n \"acsChallengeMandated\": \"\",\n \"acsOperatorID\": \"\",\n \"acsReferenceNumber\": \"\",\n \"acsSignedContent\": \"\",\n \"acsTransID\": \"\",\n \"acsURL\": \"\",\n \"authenticationType\": \"\",\n \"cardHolderInfo\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeIndicator\": \"\",\n \"dsReferenceNumber\": \"\",\n \"dsTransID\": \"\",\n \"exemptionIndicator\": \"\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"sdkEphemPubKey\": \"\",\n \"threeDSServerTransID\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\"\n },\n \"threeDS2Result\": {\n \"authenticationValue\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeCancel\": \"{{oneOf (array '01' '02' '03' '04' '05' '06' '07')}}\",\n \"challengeIndicator\": \"{{oneOf (array 'noPreference' 'requestNoChallenge' 'requestChallenge' 'requestChallengeAsMandate')}}\",\n \"dsTransID\": \"\",\n \"eci\": \"\",\n \"exemptionIndicator\": \"{{oneOf (array 'lowValue' 'secureCorporate' 'trustedBeneficiary' 'transactionRiskAnalysis')}}\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"threeDSServerTransID\": \"\",\n \"timestamp\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\",\n \"whiteListStatus\": \"\"\n },\n \"threeDSPaymentData\": \"\"\n },\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'completed' 'pending' 'refused')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b06a68cb-18a0-47c5-a4a3-833c2dd876a4", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bdadfa6d-d350-41b5-b937-4e61e21fa5c2", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b6bde3b-cf2d-44d1-8a18-b9501f1fa050", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f5ad7e1-0a32-4467-9e35-0ad867260481", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "79ec0063-2d1a-4653-b500-1412150b05f3", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7c2f41f-5802-4cc3-b6a8-770e4dccf1c6", "documentation": "Creates an order for the given amount.", "method": "post", "endpoint": "orders", "responses": [ { "uuid": "69940837-fab4-4086-9d44-172fd03746ad", "body": "{\n \"additionalData\": {},\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"expiresAt\": \"\",\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"orderData\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"refusalReason\": \"\",\n \"remainingAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"resultCode\": \"{{oneOf (array 'Success')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c4b0744-5137-428b-85b4-a2ce855550c6", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b6a9552a-ed7d-4656-82c2-066f91e46b12", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f0bcaeea-5f9c-4567-9662-4c78568c6a79", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7e9e5f1d-367f-4aa1-8d80-40ff2d43ef4d", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9260882e-a4c0-4077-9726-a92444f1b9df", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "24629e7c-fb70-4728-9242-781b14f183b1", "documentation": "Cancels the given order.", "method": "post", "endpoint": "orders/cancel", "responses": [ { "uuid": "6117df9d-dc59-4d3b-8651-629e6de155d1", "body": "{\n \"pspReference\": \"\",\n \"resultCode\": \"{{oneOf (array 'Received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "abd8fd35-e80a-41f5-a9d7-9c6b3c6e8bf8", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "684f565b-951b-45c2-aaea-482fbb0b08ca", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8145420-86bd-4cdf-b501-558c620167b1", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da892d28-74c4-4213-ba60-666c5eb9fbfa", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "603273b0-0b10-411a-aefc-f26c78597630", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8fa8841f-4fc0-4223-99ff-2b46ad3bd6f3", "documentation": "Create originKey values for one or more merchant domains.", "method": "post", "endpoint": "originKeys", "responses": [ { "uuid": "08eba740-e6e5-4e0e-b2aa-d0ceb7911574", "body": "{\n \"originKeys\": {}\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5505a81b-63e0-498a-8c56-55b585f643de", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c835b33-8609-4491-bfa7-4f6794770472", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f21a429-c057-4dc9-aaa6-015e44e7d9aa", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8872357e-8f90-41ae-af64-82a431e1cfcb", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5020e1b2-b5e8-4410-b6a7-fab6cd159f78", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19493176-4f77-491d-8105-1f4edfc25ca7", "documentation": "Creates a payment link.", "method": "post", "endpoint": "paymentLinks", "responses": [ { "uuid": "38b0c7a7-31e3-4ced-b7ad-4cd9c1816e77", "body": "{\n \"allowedPaymentMethods\": [\n \"\"\n ],\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"applicationInfo\": {\n \"adyenLibrary\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"adyenPaymentSource\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"externalPlatform\": {\n \"integrator\": \"\",\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantApplication\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantDevice\": {\n \"os\": \"\",\n \"osVersion\": \"\",\n \"reference\": \"\"\n },\n \"shopperInteractionDevice\": {\n \"locale\": \"\",\n \"os\": \"\",\n \"osVersion\": \"\"\n }\n },\n \"billingAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"blockedPaymentMethods\": [\n \"\"\n ],\n \"countryCode\": \"\",\n \"deliverAt\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"description\": \"\",\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"amountExcludingTax\": {{faker 'number.int' max=99999}},\n \"amountIncludingTax\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"itemCategory\": \"\",\n \"productUrl\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"taxAmount\": {{faker 'number.int' max=99999}},\n \"taxPercentage\": {{faker 'number.int' max=99999}}\n }\n ],\n \"merchantAccount\": \"\",\n \"merchantOrderReference\": \"\",\n \"metadata\": {},\n \"recurringProcessingModel\": \"{{oneOf (array 'CardOnFile' 'Subscription' 'UnscheduledCardOnFile')}}\",\n \"reference\": \"\",\n \"returnUrl\": \"\",\n \"reusable\": {{faker 'datatype.boolean'}},\n \"riskData\": {\n \"clientData\": \"\",\n \"customFields\": {},\n \"fraudOffset\": {{faker 'number.int' max=99999}},\n \"profileReference\": \"\"\n },\n \"shopperEmail\": \"\",\n \"shopperLocale\": \"\",\n \"shopperName\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"shopperReference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'active' 'completed' 'expired' 'paymentPending')}}\",\n \"store\": \"\",\n \"storePaymentMethodMode\": \"{{oneOf (array 'askForConsent' 'disabled' 'enabled')}}\",\n \"telephoneNumber\": \"\",\n \"themeId\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3746d746-a21a-43ec-8979-1be4283298d4", "body": "{\n \"allowedPaymentMethods\": [\n \"\"\n ],\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"applicationInfo\": {\n \"adyenLibrary\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"adyenPaymentSource\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"externalPlatform\": {\n \"integrator\": \"\",\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantApplication\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantDevice\": {\n \"os\": \"\",\n \"osVersion\": \"\",\n \"reference\": \"\"\n },\n \"shopperInteractionDevice\": {\n \"locale\": \"\",\n \"os\": \"\",\n \"osVersion\": \"\"\n }\n },\n \"billingAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"blockedPaymentMethods\": [\n \"\"\n ],\n \"countryCode\": \"\",\n \"deliverAt\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"description\": \"\",\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"amountExcludingTax\": {{faker 'number.int' max=99999}},\n \"amountIncludingTax\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"itemCategory\": \"\",\n \"productUrl\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"taxAmount\": {{faker 'number.int' max=99999}},\n \"taxPercentage\": {{faker 'number.int' max=99999}}\n }\n ],\n \"merchantAccount\": \"\",\n \"merchantOrderReference\": \"\",\n \"metadata\": {},\n \"recurringProcessingModel\": \"{{oneOf (array 'CardOnFile' 'Subscription' 'UnscheduledCardOnFile')}}\",\n \"reference\": \"\",\n \"returnUrl\": \"\",\n \"reusable\": {{faker 'datatype.boolean'}},\n \"riskData\": {\n \"clientData\": \"\",\n \"customFields\": {},\n \"fraudOffset\": {{faker 'number.int' max=99999}},\n \"profileReference\": \"\"\n },\n \"shopperEmail\": \"\",\n \"shopperLocale\": \"\",\n \"shopperName\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"shopperReference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'active' 'completed' 'expired' 'paymentPending')}}\",\n \"store\": \"\",\n \"storePaymentMethodMode\": \"{{oneOf (array 'askForConsent' 'disabled' 'enabled')}}\",\n \"telephoneNumber\": \"\",\n \"themeId\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b946160-a228-4af0-9739-9b84bad65cab", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36c1a3a0-1cd3-4cbf-9ee6-4e50bc5f7055", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ea1d861-1277-4172-8c79-b5976421a8fa", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "31dfd8b3-0ef6-4aa4-a967-7ced54efc103", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b08c8158-6a03-4bb6-97d0-cfb513b36d88", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce8c6d2d-7b4e-4384-968a-5ece9636d157", "documentation": "Retrieve a payment link.", "method": "get", "endpoint": "paymentLinks/:linkId", "responses": [ { "uuid": "b0a8fdfe-0ff4-425d-9abb-ec41a656c0c6", "body": "{\n \"allowedPaymentMethods\": [\n \"\"\n ],\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"applicationInfo\": {\n \"adyenLibrary\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"adyenPaymentSource\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"externalPlatform\": {\n \"integrator\": \"\",\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantApplication\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantDevice\": {\n \"os\": \"\",\n \"osVersion\": \"\",\n \"reference\": \"\"\n },\n \"shopperInteractionDevice\": {\n \"locale\": \"\",\n \"os\": \"\",\n \"osVersion\": \"\"\n }\n },\n \"billingAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"blockedPaymentMethods\": [\n \"\"\n ],\n \"countryCode\": \"\",\n \"deliverAt\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"description\": \"\",\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"amountExcludingTax\": {{faker 'number.int' max=99999}},\n \"amountIncludingTax\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"itemCategory\": \"\",\n \"productUrl\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"taxAmount\": {{faker 'number.int' max=99999}},\n \"taxPercentage\": {{faker 'number.int' max=99999}}\n }\n ],\n \"merchantAccount\": \"\",\n \"merchantOrderReference\": \"\",\n \"metadata\": {},\n \"recurringProcessingModel\": \"{{oneOf (array 'CardOnFile' 'Subscription' 'UnscheduledCardOnFile')}}\",\n \"reference\": \"\",\n \"returnUrl\": \"\",\n \"reusable\": {{faker 'datatype.boolean'}},\n \"riskData\": {\n \"clientData\": \"\",\n \"customFields\": {},\n \"fraudOffset\": {{faker 'number.int' max=99999}},\n \"profileReference\": \"\"\n },\n \"shopperEmail\": \"\",\n \"shopperLocale\": \"\",\n \"shopperName\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"shopperReference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'active' 'completed' 'expired' 'paymentPending')}}\",\n \"store\": \"\",\n \"storePaymentMethodMode\": \"{{oneOf (array 'askForConsent' 'disabled' 'enabled')}}\",\n \"telephoneNumber\": \"\",\n \"themeId\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "979c8d7f-36f5-445f-9e66-c3b78448f4e9", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f785fd2-c60c-4dfb-8be1-cc3f28a32395", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fba1e7c3-78b9-4435-8d2a-019889fc2fa2", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "952cac3a-2b80-4c29-99a8-8f9b758f96ae", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c9f990bd-ab2e-49ac-b028-f6dacfd791a2", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f59029c-fd57-4ed0-867c-fb4089777922", "documentation": "Update the status of a payment link", "method": "patch", "endpoint": "paymentLinks/:linkId", "responses": [ { "uuid": "da64fe86-5b10-4330-8a6d-793f012d88ab", "body": "{\n \"allowedPaymentMethods\": [\n \"\"\n ],\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"applicationInfo\": {\n \"adyenLibrary\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"adyenPaymentSource\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"externalPlatform\": {\n \"integrator\": \"\",\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantApplication\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantDevice\": {\n \"os\": \"\",\n \"osVersion\": \"\",\n \"reference\": \"\"\n },\n \"shopperInteractionDevice\": {\n \"locale\": \"\",\n \"os\": \"\",\n \"osVersion\": \"\"\n }\n },\n \"billingAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"blockedPaymentMethods\": [\n \"\"\n ],\n \"countryCode\": \"\",\n \"deliverAt\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"description\": \"\",\n \"expiresAt\": \"\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"amountExcludingTax\": {{faker 'number.int' max=99999}},\n \"amountIncludingTax\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"itemCategory\": \"\",\n \"productUrl\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"taxAmount\": {{faker 'number.int' max=99999}},\n \"taxPercentage\": {{faker 'number.int' max=99999}}\n }\n ],\n \"merchantAccount\": \"\",\n \"merchantOrderReference\": \"\",\n \"metadata\": {},\n \"recurringProcessingModel\": \"{{oneOf (array 'CardOnFile' 'Subscription' 'UnscheduledCardOnFile')}}\",\n \"reference\": \"\",\n \"returnUrl\": \"\",\n \"reusable\": {{faker 'datatype.boolean'}},\n \"riskData\": {\n \"clientData\": \"\",\n \"customFields\": {},\n \"fraudOffset\": {{faker 'number.int' max=99999}},\n \"profileReference\": \"\"\n },\n \"shopperEmail\": \"\",\n \"shopperLocale\": \"\",\n \"shopperName\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"shopperReference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'active' 'completed' 'expired' 'paymentPending')}}\",\n \"store\": \"\",\n \"storePaymentMethodMode\": \"{{oneOf (array 'askForConsent' 'disabled' 'enabled')}}\",\n \"telephoneNumber\": \"\",\n \"themeId\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e46648a-a69d-479b-9d50-7b945b957c39", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f39579fb-4244-4fdf-9a2f-13f6d18f8b01", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b27c4b89-29ed-4415-abee-0012c74d3cab", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "187b783f-2a40-417a-88d4-75ebd1af61c0", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d580c05b-d94e-46e6-812e-ce7258a49a66", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb064ead-582a-426e-ab2d-669923c3d2bd", "documentation": "Returns available payment methods.", "method": "post", "endpoint": "paymentMethods", "responses": [ { "uuid": "0066e318-b37b-4922-ac8e-7bae7365c4c9", "body": "{\n \"paymentMethods\": [\n {\n \"brand\": \"\",\n \"brands\": [\n \"\"\n ],\n \"configuration\": {},\n \"fundingSource\": \"{{oneOf (array 'debit')}}\",\n \"group\": {\n \"name\": \"\",\n \"paymentMethodData\": \"\",\n \"type\": \"\"\n },\n \"inputDetails\": [\n {\n \"configuration\": {},\n \"details\": [\n {\n \"configuration\": {},\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"inputDetails\": [\n {\n \"configuration\": {},\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"itemSearchUrl\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"issuers\": [\n {\n \"disabled\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"storedPaymentMethods\": [\n {\n \"brand\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"holderName\": \"\",\n \"iban\": \"\",\n \"id\": \"\",\n \"lastFour\": \"\",\n \"name\": \"\",\n \"networkTxReference\": \"\",\n \"ownerName\": \"\",\n \"shopperEmail\": \"\",\n \"supportedShopperInteractions\": [\n \"\"\n ],\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c347a371-a70b-47df-85f2-bad28eec2a3b", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d4572b4b-8724-49be-816b-8981da436990", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68579206-263a-4045-b971-a425edc5abaf", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a4903ecd-49bd-485e-bec0-9dd5e4ec5cce", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dc3d2930-6110-4bac-939a-57aaa47411df", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7387c6a2-52ed-4834-a20d-e37b54ca5870", "documentation": "Returns the available balance on gift card.", "method": "post", "endpoint": "paymentMethods/balance", "responses": [ { "uuid": "1fc92582-1e1b-40fd-9e28-4ff2a9b6fbc8", "body": "{\n \"additionalData\": {},\n \"balance\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"pspReference\": \"\",\n \"refusalReason\": \"\",\n \"resultCode\": \"{{oneOf (array 'Success' 'NotEnoughBalance' 'Failed')}}\",\n \"transactionLimit\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "78d0bf93-0800-4d4c-a9f9-6a10a1afbe06", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "66b50774-e5b6-4b0e-a4e4-cac399a372f5", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ad8f600-191b-4a25-98b6-1c1c71be2955", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d4e64db5-80c2-475f-8397-ace135a37025", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd9995ea-cddc-4ab1-85c3-8e649393aa4a", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41658207-e878-4e78-9aa6-a94e89077536", "documentation": "Creates a payment session.", "method": "post", "endpoint": "paymentSession", "responses": [ { "uuid": "4ddc30c5-7d5f-451d-8e57-357fce1bfc35", "body": "{\n \"paymentSession\": \"\",\n \"recurringDetails\": [\n {\n \"brand\": \"\",\n \"brands\": [\n \"\"\n ],\n \"configuration\": {},\n \"fundingSource\": \"{{oneOf (array 'debit')}}\",\n \"group\": {\n \"name\": \"\",\n \"paymentMethodData\": \"\",\n \"type\": \"\"\n },\n \"inputDetails\": [\n {\n \"configuration\": {},\n \"details\": [\n {\n \"configuration\": {},\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"inputDetails\": [\n {\n \"configuration\": {},\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"itemSearchUrl\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"key\": \"\",\n \"optional\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"issuers\": [\n {\n \"disabled\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"name\": \"\",\n \"recurringDetailReference\": \"\",\n \"storedDetails\": {\n \"bank\": {\n \"bankAccountNumber\": \"\",\n \"bankCity\": \"\",\n \"bankLocationId\": \"\",\n \"bankName\": \"\",\n \"bic\": \"\",\n \"countryCode\": \"\",\n \"iban\": \"\",\n \"ownerName\": \"\",\n \"taxId\": \"\"\n },\n \"card\": {\n \"cvc\": \"\",\n \"expiryMonth\": \"\",\n \"expiryYear\": \"\",\n \"holderName\": \"\",\n \"issueNumber\": \"\",\n \"number\": \"\",\n \"startMonth\": \"\",\n \"startYear\": \"\"\n },\n \"emailAddress\": \"\"\n },\n \"type\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9d7d72bc-7ca6-4445-ba23-95324765558f", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f247213e-beba-4ea8-b13e-34085d15971b", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cfeda57-f4c7-4333-a551-71f51e51f95c", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dad802d4-2315-4780-8636-4ff2b2e39062", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "856fb970-4c39-4829-b96f-7ff765294455", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8665a5c6-fb23-46c5-8094-83dfe1b4c68b", "documentation": "Starts a transaction.", "method": "post", "endpoint": "payments", "responses": [ { "uuid": "eec6e9fb-1e3c-454b-8cdd-436232ce5a05", "body": "{\n \"action\": {\n \"paymentData\": \"\",\n \"paymentMethodType\": \"\",\n \"type\": \"{{oneOf (array 'await')}}\",\n \"url\": \"\"\n },\n \"additionalData\": {},\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"donationToken\": \"\",\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"merchantReference\": \"\",\n \"order\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"expiresAt\": \"\",\n \"orderData\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"remainingAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n },\n \"pspReference\": \"\",\n \"refusalReason\": \"\",\n \"refusalReasonCode\": \"\",\n \"resultCode\": \"{{oneOf (array 'AuthenticationFinished' 'Authorised' 'Cancelled' 'ChallengeShopper' 'Error' 'IdentifyShopper' 'Pending' 'PresentToShopper' 'Received' 'RedirectShopper' 'Refused' 'Success')}}\",\n \"threeDS2ResponseData\": {\n \"acsChallengeMandated\": \"\",\n \"acsOperatorID\": \"\",\n \"acsReferenceNumber\": \"\",\n \"acsSignedContent\": \"\",\n \"acsTransID\": \"\",\n \"acsURL\": \"\",\n \"authenticationType\": \"\",\n \"cardHolderInfo\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeIndicator\": \"\",\n \"dsReferenceNumber\": \"\",\n \"dsTransID\": \"\",\n \"exemptionIndicator\": \"\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"sdkEphemPubKey\": \"\",\n \"threeDSServerTransID\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\"\n },\n \"threeDS2Result\": {\n \"authenticationValue\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeCancel\": \"{{oneOf (array '01' '02' '03' '04' '05' '06' '07')}}\",\n \"challengeIndicator\": \"{{oneOf (array 'noPreference' 'requestNoChallenge' 'requestChallenge' 'requestChallengeAsMandate')}}\",\n \"dsTransID\": \"\",\n \"eci\": \"\",\n \"exemptionIndicator\": \"{{oneOf (array 'lowValue' 'secureCorporate' 'trustedBeneficiary' 'transactionRiskAnalysis')}}\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"threeDSServerTransID\": \"\",\n \"timestamp\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\",\n \"whiteListStatus\": \"\"\n },\n \"threeDSPaymentData\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5ebdca1e-c595-4d61-b5a9-0c23b6d59c05", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3f56de6-b160-46e9-b6d2-e03f472ab633", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bdd7a71b-6102-4bea-bdc2-13b088ff22f4", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "02a75569-3e99-44db-980b-df5a4ca00c41", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bcf5e6b9-6097-43ce-b1f5-efbe16ef784e", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "031f392c-d942-466e-889b-4f7260339f9a", "documentation": "Submits details for a payment.", "method": "post", "endpoint": "payments/details", "responses": [ { "uuid": "8303680d-a9be-49ca-a451-00de9973558a", "body": "{\n \"additionalData\": {},\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"donationToken\": \"\",\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"merchantReference\": \"\",\n \"order\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"expiresAt\": \"\",\n \"orderData\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"remainingAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n },\n \"paymentMethod\": \"\",\n \"pspReference\": \"\",\n \"refusalReason\": \"\",\n \"refusalReasonCode\": \"\",\n \"resultCode\": \"{{oneOf (array 'AuthenticationFinished' 'Authorised' 'Cancelled' 'ChallengeShopper' 'Error' 'IdentifyShopper' 'Pending' 'PresentToShopper' 'Received' 'RedirectShopper' 'Refused' 'Success')}}\",\n \"shopperLocale\": \"\",\n \"threeDS2ResponseData\": {\n \"acsChallengeMandated\": \"\",\n \"acsOperatorID\": \"\",\n \"acsReferenceNumber\": \"\",\n \"acsSignedContent\": \"\",\n \"acsTransID\": \"\",\n \"acsURL\": \"\",\n \"authenticationType\": \"\",\n \"cardHolderInfo\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeIndicator\": \"\",\n \"dsReferenceNumber\": \"\",\n \"dsTransID\": \"\",\n \"exemptionIndicator\": \"\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"sdkEphemPubKey\": \"\",\n \"threeDSServerTransID\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\"\n },\n \"threeDS2Result\": {\n \"authenticationValue\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeCancel\": \"{{oneOf (array '01' '02' '03' '04' '05' '06' '07')}}\",\n \"challengeIndicator\": \"{{oneOf (array 'noPreference' 'requestNoChallenge' 'requestChallenge' 'requestChallengeAsMandate')}}\",\n \"dsTransID\": \"\",\n \"eci\": \"\",\n \"exemptionIndicator\": \"{{oneOf (array 'lowValue' 'secureCorporate' 'trustedBeneficiary' 'transactionRiskAnalysis')}}\",\n \"messageVersion\": \"\",\n \"riskScore\": \"\",\n \"threeDSServerTransID\": \"\",\n \"timestamp\": \"\",\n \"transStatus\": \"\",\n \"transStatusReason\": \"\",\n \"whiteListStatus\": \"\"\n },\n \"threeDSPaymentData\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8270eefb-e431-4ec9-afff-3ab3e8eebf07", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0839a549-da2d-492b-870d-f9ebfb0bde2f", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b46a775-48dd-4e44-a41c-8740b1ba15f6", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92317277-95ae-4467-8ae2-b99b4faa65e3", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae13eeb7-2ad6-44a1-8ebb-a3a4069c0439", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c325c61-e6ea-41cc-a1db-f43fff745b17", "documentation": "Verifies payment result.", "method": "post", "endpoint": "payments/result", "responses": [ { "uuid": "b9b4b74a-1e91-495a-921c-32696125cd46", "body": "{\n \"additionalData\": {},\n \"fraudResult\": {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"accountScore\": {{faker 'number.int' max=99999}},\n \"checkId\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n },\n \"merchantReference\": \"\",\n \"order\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"expiresAt\": \"\",\n \"orderData\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"remainingAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n },\n \"paymentMethod\": \"\",\n \"pspReference\": \"\",\n \"refusalReason\": \"\",\n \"refusalReasonCode\": \"\",\n \"resultCode\": \"{{oneOf (array 'AuthenticationFinished' 'Authorised' 'Cancelled' 'ChallengeShopper' 'Error' 'IdentifyShopper' 'Pending' 'PresentToShopper' 'Received' 'RedirectShopper' 'Refused' 'Success')}}\",\n \"serviceError\": {\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\"\n },\n \"shopperLocale\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6dd45fa7-0a53-48a0-ad87-a992d67e0a66", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e36c3206-50fb-4080-8de1-c7025b7e565a", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "231d6896-16b7-499f-8e2a-0872e5e1c63a", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "274ae5d6-d0f3-45cf-8240-8d8e0357e7e1", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "133c84f0-3085-4217-9f18-4bcd56acfc8a", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "71e6155b-e63f-4f02-ae74-529a04ff18a9", "documentation": "Increases or decreases the authorised amount.", "method": "post", "endpoint": "payments/:paymentPspReference/amountUpdates", "responses": [ { "uuid": "af5b15b6-f285-47c0-b85c-720e534522f8", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reason\": \"{{oneOf (array 'delayedCharge' 'noShow')}}\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "be28d65b-e9e2-41f0-be4f-5cdf15055c75", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reason\": \"{{oneOf (array 'delayedCharge' 'noShow')}}\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59be4afe-a095-446d-a83f-ed45b812f89a", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d28c0df-8497-46a0-849c-b1677c4cbe06", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c1418000-4560-4cf7-bdef-12cdb4923413", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "800352e2-646e-4a7b-a1cc-69a2be1b0fa4", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b56549d-6fd8-44c8-86be-c9fee2803acc", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2427382-74e3-4a96-86bc-04d4568e654a", "documentation": "Cancels an authorised payment.", "method": "post", "endpoint": "payments/:paymentPspReference/cancels", "responses": [ { "uuid": "74d33a29-117f-4331-ac14-e4c5c2eaf6df", "body": "{\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3af9ee0-30a0-4d63-a048-085b3169a84f", "body": "{\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7ae80ea-1337-4e34-b01c-b9fb1cec4676", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "15750c05-6805-493a-9358-c6496abf6e17", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b6e257e-8ab2-4625-be22-eb6b950d85b4", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "560932a7-7e34-4bb6-9a3a-406da9bd579f", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd216bcc-a5b2-438d-b73e-8deab3627238", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29132a9e-b2f6-4d21-9d78-53c1f18aa5a1", "documentation": "Captures an authorised payment.", "method": "post", "endpoint": "payments/:paymentPspReference/captures", "responses": [ { "uuid": "710cc8a7-dbdb-47cf-b2d1-40b61b8b5c66", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "59f5b6b0-b9a1-4ff1-a948-ed9d49224240", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0483fcec-370f-4c59-ad4f-e6dcf78c0d4e", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2c82495-69f9-4b93-84c7-fb7b87a8fa07", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b868551f-18c5-4f7e-9e9e-4e87bde2e8e1", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d07f8535-9939-4208-9b13-dfb2d2156557", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5cbeed0d-aa56-4ace-a92a-fc4b6ddd633b", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "830bad3f-0e66-498c-a8d4-a3b0019b10f5", "documentation": "Refunds a captured payment.", "method": "post", "endpoint": "payments/:paymentPspReference/refunds", "responses": [ { "uuid": "15af865f-b354-44a2-b90b-efb914cbf597", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ec4cd02-1495-4ef3-8790-973428592a71", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "baee0b78-c7ad-4c21-9012-7e550cb5f28e", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "47f6f6c2-127b-482c-96a2-3aa8df847e43", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "adb16c5c-04e3-44c8-9231-68a83ecba016", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ee713c8d-798e-4320-8541-e1b6bfd53df7", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fcc0f994-d0fa-4002-bb44-949204b8cc01", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1a5e76f-6a52-4dba-8912-70b6ffe79c53", "documentation": "Cancels or refunds a payment.", "method": "post", "endpoint": "payments/:paymentPspReference/reversals", "responses": [ { "uuid": "410d4605-09d6-4d2a-adc7-b0f0ce8161e2", "body": "{\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ed115cfe-fe7e-4ea0-bce1-022c1583a194", "body": "{\n \"merchantAccount\": \"\",\n \"paymentPspReference\": \"\",\n \"pspReference\": \"\",\n \"reference\": \"\",\n \"status\": \"{{oneOf (array 'received')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e7f53f1-999c-488e-9f9d-6a6c2661ce98", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67e69342-5a2a-473c-9985-0bba5eed7f02", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "94a79f46-9729-4602-bf5e-43f8dc609165", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "838bef3e-2dd4-4468-b1b7-d63871bd15d7", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation error.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fefefcd7-ccc6-4d52-a6d1-c064e3a9a962", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the request.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d80b996b-3876-446b-8675-beb4fb0bd997", "documentation": "Create a payment session", "method": "post", "endpoint": "sessions", "responses": [ { "uuid": "b3a76e68-3618-4011-877a-9697a0d61585", "body": "{\n \"accountInfo\": {\n \"accountAgeIndicator\": \"{{oneOf (array 'notApplicable' 'thisTransaction' 'lessThan30Days' 'from30To60Days' 'moreThan60Days')}}\",\n \"accountChangeDate\": \"{{faker 'date.recent' 365}}\",\n \"accountChangeIndicator\": \"{{oneOf (array 'thisTransaction' 'lessThan30Days' 'from30To60Days' 'moreThan60Days')}}\",\n \"accountCreationDate\": \"{{faker 'date.recent' 365}}\",\n \"accountType\": \"{{oneOf (array 'notApplicable' 'credit' 'debit')}}\",\n \"addCardAttemptsDay\": {{faker 'number.int' max=99999}},\n \"deliveryAddressUsageDate\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddressUsageIndicator\": \"{{oneOf (array 'thisTransaction' 'lessThan30Days' 'from30To60Days' 'moreThan60Days')}}\",\n \"homePhone\": \"\",\n \"mobilePhone\": \"\",\n \"passwordChangeDate\": \"{{faker 'date.recent' 365}}\",\n \"passwordChangeIndicator\": \"{{oneOf (array 'notApplicable' 'thisTransaction' 'lessThan30Days' 'from30To60Days' 'moreThan60Days')}}\",\n \"pastTransactionsDay\": {{faker 'number.int' max=99999}},\n \"pastTransactionsYear\": {{faker 'number.int' max=99999}},\n \"paymentAccountAge\": \"{{faker 'date.recent' 365}}\",\n \"paymentAccountIndicator\": \"{{oneOf (array 'notApplicable' 'thisTransaction' 'lessThan30Days' 'from30To60Days' 'moreThan60Days')}}\",\n \"purchasesLast6Months\": {{faker 'number.int' max=99999}},\n \"suspiciousActivity\": {{faker 'datatype.boolean'}},\n \"workPhone\": \"\"\n },\n \"additionalAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"additionalData\": {},\n \"allowedPaymentMethods\": [\n \"\"\n ],\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"applicationInfo\": {\n \"adyenLibrary\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"adyenPaymentSource\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"externalPlatform\": {\n \"integrator\": \"\",\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantApplication\": {\n \"name\": \"\",\n \"version\": \"\"\n },\n \"merchantDevice\": {\n \"os\": \"\",\n \"osVersion\": \"\",\n \"reference\": \"\"\n },\n \"shopperInteractionDevice\": {\n \"locale\": \"\",\n \"os\": \"\",\n \"osVersion\": \"\"\n }\n },\n \"billingAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"blockedPaymentMethods\": [\n \"\"\n ],\n \"captureDelayHours\": {{faker 'number.int' max=99999}},\n \"channel\": \"{{oneOf (array 'iOS' 'Android' 'Web')}}\",\n \"company\": {\n \"homepage\": \"\",\n \"name\": \"\",\n \"registrationNumber\": \"\",\n \"registryLocation\": \"\",\n \"taxId\": \"\",\n \"type\": \"\"\n },\n \"countryCode\": \"\",\n \"dateOfBirth\": \"{{faker 'date.recent' 365}}\",\n \"deliveryAddress\": {\n \"city\": \"\",\n \"country\": \"\",\n \"houseNumberOrName\": \"\",\n \"postalCode\": \"\",\n \"stateOrProvince\": \"\",\n \"street\": \"\"\n },\n \"enableOneClick\": {{faker 'datatype.boolean'}},\n \"enablePayOut\": {{faker 'datatype.boolean'}},\n \"enableRecurring\": {{faker 'datatype.boolean'}},\n \"expiresAt\": \"{{faker 'date.recent' 365}}\",\n \"id\": \"\",\n \"lineItems\": [\n {\n \"amountExcludingTax\": {{faker 'number.int' max=99999}},\n \"amountIncludingTax\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": \"\",\n \"imageUrl\": \"\",\n \"itemCategory\": \"\",\n \"productUrl\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"taxAmount\": {{faker 'number.int' max=99999}},\n \"taxPercentage\": {{faker 'number.int' max=99999}}\n }\n ],\n \"mandate\": {\n \"amount\": \"\",\n \"amountRule\": \"{{oneOf (array 'max' 'exact')}}\",\n \"billingAttemptsRule\": \"{{oneOf (array 'on' 'before' 'after')}}\",\n \"billingDay\": \"\",\n \"endsAt\": \"\",\n \"frequency\": \"{{oneOf (array 'adhoc' 'daily' 'weekly' 'biWeekly' 'monthly' 'quarterly' 'halfYearly' 'yearly')}}\",\n \"remarks\": \"\",\n \"startsAt\": \"\"\n },\n \"mcc\": \"\",\n \"merchantAccount\": \"\",\n \"merchantOrderReference\": \"\",\n \"metadata\": {},\n \"mpiData\": {\n \"authenticationResponse\": \"{{oneOf (array 'Y' 'N' 'U' 'A')}}\",\n \"cavv\": \"\",\n \"cavvAlgorithm\": \"\",\n \"challengeCancel\": \"{{oneOf (array '01' '02' '03' '04' '05' '06' '07')}}\",\n \"directoryResponse\": \"{{oneOf (array 'A' 'C' 'D' 'I' 'N' 'R' 'U' 'Y')}}\",\n \"dsTransID\": \"\",\n \"eci\": \"\",\n \"riskScore\": \"\",\n \"threeDSVersion\": \"\",\n \"tokenAuthenticationVerificationValue\": \"\",\n \"transStatusReason\": \"\",\n \"xid\": \"\"\n },\n \"recurringExpiry\": \"\",\n \"recurringFrequency\": \"\",\n \"recurringProcessingModel\": \"{{oneOf (array 'CardOnFile' 'Subscription' 'UnscheduledCardOnFile')}}\",\n \"redirectFromIssuerMethod\": \"\",\n \"redirectToIssuerMethod\": \"\",\n \"reference\": \"\",\n \"returnUrl\": \"\",\n \"riskData\": {\n \"clientData\": \"\",\n \"customFields\": {},\n \"fraudOffset\": {{faker 'number.int' max=99999}},\n \"profileReference\": \"\"\n },\n \"sessionData\": \"\",\n \"shopperEmail\": \"\",\n \"shopperIP\": \"\",\n \"shopperInteraction\": \"{{oneOf (array 'Ecommerce' 'ContAuth' 'Moto' 'POS')}}\",\n \"shopperLocale\": \"\",\n \"shopperName\": {\n \"firstName\": \"\",\n \"lastName\": \"\"\n },\n \"shopperReference\": \"\",\n \"shopperStatement\": \"\",\n \"socialSecurityNumber\": \"\",\n \"splitCardFundingSources\": {{faker 'datatype.boolean'}},\n \"splits\": [\n {\n \"account\": \"\",\n \"amount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"description\": \"\",\n \"reference\": \"\",\n \"type\": \"{{oneOf (array 'BalanceAccount' 'Commission' 'Default' 'MarketPlace' 'PaymentFee' 'VAT' 'Verification')}}\"\n }\n ],\n \"storePaymentMethod\": {{faker 'datatype.boolean'}},\n \"telephoneNumber\": \"\",\n \"threeDSAuthenticationOnly\": {{faker 'datatype.boolean'}},\n \"trustedShopper\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 201, "label": "Created - the request has been fulfilled and has resulted in one or more new resources being created.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Idempotency-Key", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "3e7f760d-e330-488d-8b4a-253db0441d33" }, { "type": "route", "uuid": "17ec9432-9875-4c9a-a823-2a4f597ae4b0" }, { "type": "route", "uuid": "f7c2f41f-5802-4cc3-b6a8-770e4dccf1c6" }, { "type": "route", "uuid": "24629e7c-fb70-4728-9242-781b14f183b1" }, { "type": "route", "uuid": "8fa8841f-4fc0-4223-99ff-2b46ad3bd6f3" }, { "type": "route", "uuid": "19493176-4f77-491d-8105-1f4edfc25ca7" }, { "type": "route", "uuid": "ce8c6d2d-7b4e-4384-968a-5ece9636d157" }, { "type": "route", "uuid": "7f59029c-fd57-4ed0-867c-fb4089777922" }, { "type": "route", "uuid": "eb064ead-582a-426e-ab2d-669923c3d2bd" }, { "type": "route", "uuid": "7387c6a2-52ed-4834-a20d-e37b54ca5870" }, { "type": "route", "uuid": "41658207-e878-4e78-9aa6-a94e89077536" }, { "type": "route", "uuid": "8665a5c6-fb23-46c5-8094-83dfe1b4c68b" }, { "type": "route", "uuid": "031f392c-d942-466e-889b-4f7260339f9a" }, { "type": "route", "uuid": "8c325c61-e6ea-41cc-a1db-f43fff745b17" }, { "type": "route", "uuid": "71e6155b-e63f-4f02-ae74-529a04ff18a9" }, { "type": "route", "uuid": "a2427382-74e3-4a96-86bc-04d4568e654a" }, { "type": "route", "uuid": "29132a9e-b2f6-4d21-9d78-53c1f18aa5a1" }, { "type": "route", "uuid": "830bad3f-0e66-498c-a8d4-a3b0019b10f5" }, { "type": "route", "uuid": "b1a5e76f-6a52-4dba-8912-70b6ffe79c53" }, { "type": "route", "uuid": "d80b996b-3876-446b-8675-beb4fb0bd997" } ] }