68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
HTTP/1.1 200 OK
|
|
Server: nginx/1.4.4
|
|
Date: Tue, 18 Mar 2014 20:44:01 GMT
|
|
Content-Type: application/json; charset=utf-8
|
|
Connection: keep-alive
|
|
Access-Control-Allow-Credentials: true
|
|
Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS, DELETE
|
|
Access-Control-Max-Age: 300
|
|
Cache-Control: no-cache, no-store
|
|
Strict-Transport-Security: max-age=31556926; includeSubDomains
|
|
X-Whom: dc1-web-1
|
|
|
|
{
|
|
"totalCount":4,
|
|
"offset":0,
|
|
"count":4,
|
|
"data":[
|
|
{
|
|
"id":"ideal",
|
|
"description":"iDEAL",
|
|
"amount":{
|
|
"minimum":"0.43",
|
|
"maximum":"50000.00"
|
|
},
|
|
"image":{
|
|
"normal":"https://www.mollie.nl/images/payscreen/methods/ideal.png",
|
|
"bigger":"https://www.mollie.nl/images/payscreen/methods/ideal@2x.png"
|
|
}
|
|
},
|
|
{
|
|
"id":"creditcard",
|
|
"description":"Creditcard",
|
|
"amount":{
|
|
"minimum":"0.32",
|
|
"maximum":"10000.00"
|
|
},
|
|
"image":{
|
|
"normal":"https://www.mollie.nl/images/payscreen/methods/creditcard.png",
|
|
"bigger":"https://www.mollie.nl/images/payscreen/methods/creditcard@2x.png"
|
|
}
|
|
},
|
|
{
|
|
"id":"mistercash",
|
|
"description":"Mister Cash",
|
|
"amount":{
|
|
"minimum":"0.31",
|
|
"maximum":"10000.00"
|
|
},
|
|
"image":{
|
|
"normal":"https://www.mollie.nl/images/payscreen/methods/mistercash.png",
|
|
"bigger":"https://www.mollie.nl/images/payscreen/methods/mistercash@2x.png"
|
|
}
|
|
},
|
|
{
|
|
"id":"banktransfer",
|
|
"description":"Bank transfer",
|
|
"amount":{
|
|
"minimum":"0.31",
|
|
"maximum":"50000.00"
|
|
},
|
|
"image":{
|
|
"normal":"https://www.mollie.nl/images/payscreen/methods/banktransfer.png",
|
|
"bigger":"https://www.mollie.nl/images/payscreen/methods/banktransfer@2x.png"
|
|
}
|
|
}
|
|
]
|
|
}
|