Patch Virtual Accounts By IDAsk AIpatch https://api.durianpay.id/v1/payments/va/{id}The following endpoint is used to override Expiry Time of a single Virtual Account.Path ParamsidstringrequiredDefaults to va_1234Unique identifier of the Virtual Account to be retrievedBody Paramsexpiry_minutesint32Defaults to 0Number of minutes left till expiry from now. Set to 0 to expire VA Example: 10000min_amountint32Defaults to 10000Modify minimum amount which can be paid to an open VA. Example: 10000max_amountint32Defaults to 100000Modify maximum amount which can be paid to an open VA. Example: 10000amountint32Defaults to 10000Modify maximum amount which can be paid to a closed VA. Example: 10000is_disabledbooleanDefaults to falseModify enabling/disabling payments to a VA while still reserving it. Example: truetruefalseva_ref_idstringDefaults to va_123Modify a reference ID which the merchant wants to use for a specific VA. Example: "VA_XYZ_1234"Responses 200200 400400 401401 404404Updated 10 months ago