Update Card Limit

Create Card Limit

Request URL

POST https://card-api-sandbox.pagsmile.com/issuing/card/update-limit

Request Header

Name
Type
Description

Content-Type*

string

application/json; charset=UTF-8

Request Body

Refer to : common

Biz_data :

Name
Type
Description

limit_id*

long

Card Limit ID

card_token*

string(48)

Card Token

daily_transactions*

integer

Daily Transactions Quality

Tip:Cannot exceed the query default card limit configuration

single_amount*

string

Single Amount

Tip:Cannot exceed the query default card limit configuration

daily_amount*

string

Daily Amount

Tip:Cannot exceed the query default card limit configuration

monthly_amount*

string

Monthly Amount

Tip:Cannot exceed the query default card limit configuration

total_amount

string

Total Amount

Designed for share card

Response

{
    "code": "10000",
    "msg": "Success"
}

Example


curl --location --request POST 'https://card-api-sandbox.pagsmile.com/issuing/card/update-limit' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_id": "2017051914172236111",
    "partner_id":"000000000000001",
    "sub_partner_id":"",
    "timestamp": "2011-09-23 04:24:03",
    "format": "JSON",
    "version": "2.0",
    "random_key": "jJT3+PR9CSowcR2QOK5OzMjVmTSjGoectzYbO8lENHnboElE",
    "request_id": "F6bEd39c-EecF-C1a2-AFcb-bA9BAeC6",
    "sign_type": "RSA",
    "biz_data": "jJT3+PR9CSowcR2QOK5OzMjJT3+PR9CSowcR2QOK5OzM"
}'

Note: 201************11 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated