Variable Recurring Payments

Verify if funds are available or not

The GET /vrps/{id}/confirm-funds endpoint confirms whether the funds are available to initiate VRP.

get/vrps/{id}/confirm-funds

Path parameters

idstring required
Example:vc:12345abcd:abcde

The VRP consent id.

Query parameters

amountstring required

The amount to confirm availability for.

Response

Successful response

fundsAvailableboolean

A flag indicating whether funds are available or not. If set to true, funds are available for transfer.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.