Export saved card tokens
curl -X GET "https://test-api.kashier.io/v3/payment/tokenization/tokens/export""string"Returns the saved-token list as a downloadable file rather than JSON — the same data as List saved card tokens, in a form you can hand to finance or diff against your own records.
Because the response is a file, not JSON, the "Try it" panel will show you raw bytes rather than a formatted body.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Response Body
application/octet-stream
application/json
application/json
application/json
application/json
List saved card tokens GET
Lists every card token saved on your merchant account, with the agreement each one was saved under. This is the account-wide view, and it is a different endpoint from the customer-scoped GET /v3/ca…
Delete a saved card token DELETE
Removes a saved card token. Any recurring charge that still references it fails afterwards, so cancel the billing arrangement on your side first. Deleting the token is also how you honour a custome…