/api/v1/card/get-bind-card-access-token

This API allows merchants without PCI compliance to obtain a bind card token.
Once the merchant obtains the token, it must be used with the bind card SDK to complete the card binding process.

Important: This endpoint is designed for merchants who are NOT PCI compliant and cannot handle
raw card data directly. The token obtained should be passed to the frontend to use with OSL Pay's
card binding SDK for secure card collection and binding.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request for obtaining card binding access token

integer

OSL Pay user ID At least one of userId or merchantUserId must be provided

string

Merchant-side user ID At least one of userId or merchantUserId must be provided

Responses

400

Bad Request - The request was invalid or cannot be processed. Possible reasons:

  • Missing both userId and merchantUserId parameters
  • Invalid parameter format
  • User not found
401

Unauthorized - Authentication failed. Possible reasons:

  • Invalid appId
  • Invalid signature
  • Expired timestamp
  • Missing required headers
500

Internal Server Error - System malfunction.
Please retry the request after a short wait. If the problem persists, contact OSL Pay support.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json