This end point will allow you to cancel a payment schedule on the Qolo platform. Once a payment schedule is cancelled, a new pay schedule needs to be created,if needed again.
Returns the payment schedule details for the payment guid
Bad request
Unauthorized
Server Error
curl -i -X PUT \ 'https://qvapikeybank.qolopay.com/api/{version}/payments/{payment_guid}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "payer": [
- {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
- "card_proxy": "string",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
- "preferred_transfer_type": "string",
- "account_type": "string",
- "instrument_type": "string"
}
], - "payee": [
- {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
- "card_proxy": "string",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
- "preferred_transfer_type": "string",
- "account_type": "string",
- "instrument_type": "string"
}
], - "payment_amount": 0,
- "payment_base_currency": "string",
- "payment_description": "string",
- "payment_request_code": "string",
- "payment_balance": 0,
- "payment_guid": "ca76c87d-c08b-46dc-a069-5abd4a4ab259",
- "response_code": "string",
- "reason_code": "string",
- "requestor_wallet_guid": "996c589d-2ec1-4921-a37b-692f64c4cb1c",
- "payment_status": "string",
- "payment_due_date": "2019-08-24T14:15:22Z",
- "reference_code": "string",
- "payment_schedule": {
- "schedule_guid": "b6f4cc4c-e025-4982-9800-846c354bc66c",
- "frequency": "string",
- "period_value": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "until_date": "2019-08-24T14:15:22Z",
- "schedule_status": "string",
- "payment_window": "string",
- "payment_schedule_type": "string",
- "created_date": "2019-08-24T14:15:22Z",
- "last_updated_date": "2019-08-24T14:15:22Z"
}, - "recurring_reason_code": "string",
- "last_transaction_status": "string"
}