Adyen · Example Payload
Adyen Get Merchants Merchantid Paymentmethodsettings Paymentmethod Example
PaymentsFinancial ServicesFintech
Adyen Get Merchants Merchantid Paymentmethodsettings Paymentmethod Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId",
"method": "GET",
"path": "/merchants/{merchantId}/paymentMethodSettings/{paymentMethodId}",
"summary": "Adyen Get Payment Method Details",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId200Example",
"example": {
"afterpayTouch": "example_value",
"allowed": true,
"applePay": "example_value",
"bcmc": "example_value",
"businessLineId": "500123",
"cartesBancaires": "example_value",
"clearpay": "example_value",
"countries": [
"example_value"
],
"cup": "example_value",
"currencies": [
"example_value"
],
"customRoutingFlags": [
"example_value"
],
"diners": "example_value",
"discover": "example_value",
"eftpos_australia": "example_value",
"enabled": true,
"giroPay": "example_value",
"girocard": "example_value",
"googlePay": "example_value",
"id": "500123",
"ideal": "example_value",
"interac_card": "example_value",
"jcb": "example_value",
"klarna": "example_value",
"maestro": "example_value",
"mc": "example_value",
"mealVoucher_FR": "example_value",
"paypal": "example_value",
"reference": "REF-001",
"shopperInteraction": "example_value",
"sofort": "example_value",
"storeIds": [
"example_value"
],
"swish": "example_value",
"twint": "example_value",
"type": "standard",
"verificationStatus": "valid",
"vipps": "example_value",
"visa": "example_value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId400Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId401Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "403",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId403Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "422",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId422Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "500",
"contentType": "application/json",
"name": "get-merchants-merchantId-paymentMethodSettings-paymentMethodId500Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
}
]
}