Create Card Limit
Set single, daily, or monthly limits during application or post-issuance. Shared cards support additional overall limits.
Request URI
POST
/issuing/card/create-limit
Request Body
Refer to : common
Biz_data :
Name
Type
Description
card_token*
string(48)
Card Token
daily_transactions*
integer
Daily Transactions Quality
Cannot exceed the query default card limit configuration
single_amount*
string
Single Amount
Cannot exceed the query default card limit configuration
daily_amount*
string
Daily Amount
Cannot exceed the query default card limit configuration
monthly_amount*
string
Monthly Amount
Cannot exceed the query default card limit configuration
total_amount
string
Total Amount.Designed for share card
Request Example
Response
Name
Type
Description
limit_id
long
Card Limit ID
card_token
string
Card Token
Last updated
Was this helpful?