Query Authorization Transactions

Query Transactions list

Request URL

POST https://card-api-sandbox.pagsmile.com/issuing/card/query-card-authorizations

Request Header

Request Body

Refer to : common

Biz_data :

max query time range : 31 days

Response

{
    "code": "10000",
    "msg": "Success",
    "data": [
        {
        }
    ],
    "total":13,
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}

Example

curl --location --request POST 'https://card-api-sandbox.pagsmile.com/issuing/card/query-card-authorizations' \
--header 'Authorization: Basic MTYyNTgyOTIxNDUzMTY2Mzg6UGFnc21pbGVfc2tfZDUwMWQ1ZGNkNTI5OGQ5N2MwNmUzYjI4YjA2OWZjZmY3NDU5ZjY2NzNiMjFjMTFlYTY3NDM5MDgzOTZkOTYxNQ==' \
--header 'Content-Type: application/json' \
--data-raw '{
    
}

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

Please use your own app_id when testing.

Last updated