riainvoice/vendor_old/omnipay/mollie/tests/Mock/PurchaseSuccess.txt
2021-10-01 23:56:38 +05:30

29 lines
757 B
Plaintext

HTTP/1.1 201 Created
Server: nginx/1.4.4
Date: Sun, 19 Jan 2014 11:41:55 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 344
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-2
{
"id":"tr_Qzin4iTWrU",
"mode":"test",
"createdDatetime":"2014-01-19T11:41:55.0Z",
"status":"open",
"amount":"100.00",
"description":"Description",
"method":"ideal",
"metadata":"meta",
"details":null,
"links":{
"paymentUrl":"https://www.mollie.nl/payscreen/pay/Qzin4iTWrU",
"redirectUrl":"http://www.google.nl"
}
}