List payment methods
Retrieve all payment methods of your shop.
GET
https://api.eventgoose.com/v1/shops/{id}/payment-methods
Authentication
Authenticate yourself using your organisation api token
Parameters
None
Response
200
application/json
A list of payment method objects is returned.
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"id": "zQaj9N2LbE85WKn1",
"name": "iDEAL"
},
{
"id": "n8qX7ZMxLMg5DQj4",
"name": "Bancontact"
},
{
"id": "61dkQJ2V0ErpZBVW",
"name": "PayPal"
},
{
"id": "vyWmQaM67EX5wqY9",
"name": "Creditcard"
},
{
"id": "jykpm0OWgOQ5qdxN",
"name": "Apple Pay"
}
]