123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "scope": "https://api.lokalise.com:443",
- "method": "POST",
- "path": "/api2/payment_cards",
- "body": {
- "number": "4242424242424242",
- "cvc": 123,
- "exp_month": 10,
- "exp_year": 2030
- },
- "status": 200,
- "response": {
- "card_id": 2185,
- "last4": "4242",
- "brand": "MasterCard",
- "created_at": "2019-06-19 15:51:54 (Etc/UTC)",
- "created_at_timestamp": 1560959514
- },
- "rawHeaders": [
- "Server",
- "nginx",
- "Date",
- "Wed, 19 Jun 2019 15:51:54 GMT",
- "Content-Type",
- "application/json",
- "Transfer-Encoding",
- "chunked",
- "Connection",
- "close",
- "Vary",
- "Accept-Encoding",
- "Set-Cookie",
- "PHPSESSID=cce5e5568686f628a3fe68890790bcad; expires=Sun, 18-Aug-2019 15:51:49 GMT; Max-Age=5184000; path=/; secure; HttpOnly",
- "Expires",
- "Thu, 19 Nov 1981 08:52:00 GMT",
- "Cache-Control",
- "no-store, no-cache, must-revalidate",
- "Pragma",
- "no-cache",
- "Pragma",
- "no-cache",
- "Cache-Control",
- "no-store, no-cache",
- "Access-Control-Allow-Origin",
- "*",
- "Access-Control-Allow-Headers",
- "Content-Type"
- ]
- }
- ]
|