{
"type": "card",
"number": "4111111111111111",
"expiry_month": 9,
"expiry_year": 2030,
"processing_channel_id": "pc_qwaibehq5g2e5oc47cli6g5pca"
}
curl --location --request POST 'https://api.sandbox.checkout.com/tokens' \
--header 'Authorization: Bearer pk_sbox_n3f7ha7iqwuskv23snty6ljqb4r' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "card",
"number": "4111111111111111",
"expiry_month": 9,
"expiry_year": 2030,
"processing_channel_id": "pc_qwaibehq5g2e5oc47cli6g5pca"
}'
{}