{ "request": { "method": "POST", "path": "/pts/v2/paybylinks", "headers": { "Authorization": "Bearer {jwt_token}", "Content-Type": "application/json" }, "body": { "orderInformation": { "amountDetails": { "totalAmount": "75.00", "currency": "USD" }, "description": "Payment for consulting services - May 2026" }, "expirationDate": "2026-05-10T23:59:59Z" } }, "response": { "status": 201, "body": { "id": "pbl-20260503-001", "status": "ACTIVE", "paymentLink": "https://pay.visaacceptance.com/link/pbl-20260503-001", "expirationDate": "2026-05-10T23:59:59Z" } } }