Create Card Spending Limit

Used to create a spending limit for a card.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For ATM_CASH_WITHDRAWAL transaction type, there are maximum amount_limit that can be configured. Here are the following details:

  • For currency_code = SGD
    • For velocity_window = DAY maximum default limit is 5,000.00
    • For velocity_window = MONTHmaximum default limit is 150,000.00
  • For currency_code = USD
    • For velocity_window = DAY maximum default limit is 3,750.00
    • For velocity_window = MONTHmaximum default limit is 116,250.00

For velocity windows, we start tracking from 00:00 AM GMT+7

For velocity_window = DAY it is from the start of the day.

For velocity_window = WEEK it is from the start of the week, which is configurable to Sunday or Monday.

For velocity_window = MONTH it is from the start of the month.

For velocity_window = YEAR it is from the start of the year.

Path Params
string
required

Issuing Opaque ID

string
required

User Opaque ID

string
required

Card Opaque ID

Body Params
float
required

limit amount

string
required

currency code in ISO 4217 format, E.g. SGD, USD, IDR

string
enum
required

velocity window. one of=DAY, WEEK, MONTH, YEAR, LIFETIME, TRANSACTION.
TRANSACTION means limit per transaction. For ATM_CASH_WITHDRAWAL transaction type, only support DAY and MONTH limit

Allowed:
string
Defaults to PURCHASE

limit of a transaction type. one of=PURCHASE, ATM_CASH_WITHDRAWAL

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json