Retrieve a list of saved cards for the customer.
POST/b/pbl/v2/card/
This endpoint retrieves a list of cards saved by the customer. The response includes details such as the card's masked number, card type, and expiration date. By using this endpoint, you can provide the customer with an overview of their saved cards for future payments.
Note: if card is created via save_card operation, below details should be considered
- The amount must be zero for the save card operation.
- The selected MID(pg_code) must support tokenization to enable the save card operation.
- Please note that the save card operation is considered successful without any funds being charged.
- Once a card is created, Ottu will send a webhook containing the card details to the merchant's webhook URL.
- When the transaction type is
save_card, all previously saved cards returned in the sdk_preload_payload should be hidden since the user is saving a new card and does not need to select from existing ones.
Permissions
| Auth Method | Required Permissions |
|---|---|
| API Key | Required (Basic Auth not supported for this endpoint) |
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 415