Skip to main content

Retrieve AutoRechargePreference

GET 

/payment/auto_recharge_pref

Retrieves the details of an existing AutoRechargePreference

Request

Responses

200: AutoRechargePreference response

Schema

    id string
    threshold_amount stringrequired

    US dollars and cents

    recharge_amount stringrequired

    US dollars and cents. Must be a minimum of $10.00

    enabled booleanrequired

    Default value: false

    Indicates if auto recharge is enabled or not

400: Bad request

401: Unauthorized

404: Record not found

Loading...