Payment methods
Path parameters
versionstringRequired
Header parameters
X-Request-Idstring · uuidRequired
ID of the request, unique to the call, as determined by the initiating party
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
409
Conflict
application/json
503
Service Unavailable
application/json
get
GET /egw/{version}/payment-methods HTTP/1.1
Host: hostname
X-Request-Id: 123e4567-e89b-12d3-a456-426614174000
Accept: */*
{
"paymentMethods": [
{
"type": "CARD",
"brands": [
"VISA"
],
"_links": {
"checkoutRedirect": {
"href": "text"
}
}
}
]
}
Last updated
Was this helpful?