Skip to main content
POST
/
api
/
transaction
/
tokenize-card
Tokenize a Credit Card
curl --request POST \
  --url https://app.dimepayments.com/api/transaction/tokenize-card \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": []
}'
{
  "data": {
    "token": "abcd1234"
  }
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.

Body

application/json
data
object
Example:
[]

Response

data
object