v1

latestOpenAPI 3.0.02026-07-26280204.9 KB
Payin Intent

Increase Authorization Amount

Use this endpoint to increase the authorization amount.

patch/payin-intent/{payin_intent_id}/increment-auth

Path parameters

payin_intent_idstring required
Example:payin_intent_b1dd32c61b634a7bb5251604a1e62051

Payin Intent reference (payin_intent_*)

Request body

increase_amount_bynumber

Amount to increment by

Example request

{
  "increase_amount_by": 2
}