User Cards Tokens

Authentication

API Private Key

GET:

For list of tokens

https://<ottu-url>/b/pbl/v1/card 

For detail of token

https://<ottu-url>/b/pbl/v2/card/{{token}}

type required

Sandbox: An intermediate environment built for testing purposes, will be excluded from the live reports. Or Production: live environment where the real action(s) going on.

customer_id required

pg_codes optional

In case there is a card for the requested customer_id

[
    {
        "customer_id": "test-test",
        "brand": "brand",
        "name_on_card": "test",
        "number": "**** 1019",
        "expiry_month": "expiry_month",
        "expiry_year": "expiry_year",
        "token": "9158060166166517",
        "is_preferred": true,
        "is_expired": false,
        "pg_code": "pg_code",
        "cvv_required": true
    }
]

DEL:

https://<ottu-url>/b/pbl/v1/card/{{token}}

Last updated