- Getting Started
- Integration Guides
- APIs
- OAuth
- Admin
- Auth
- Teams
- Academies
- Dashboards
- Members
- Courses
- Videos
- Quizzes
- Taxonomies
- Builder
- Enrollments
- Dowloads
- Tags
- Currencies
- Countries
- Certificates
- Certificates Templates
- Appointments
- Difficulties
- Assigment Members
- Assignments
- Products
- Articles
- Webhooks
- Domains
- Comments
- Reviews
- Orders
- Cancellation Reasons
- Bank Transfers
- Coupons
- Campaigns
- Affiliates
- Msaaq Affiliates
- Settings
- MsaaqPay
- Apps Marketplace
- Academy Verification
- Billing
- Notifications
- Apps
- Search
- Abandoned Carts
- Announcements
- Onboarding
- Forms
- Bank
- Coaching sessions
- Tenant
- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signed
- Unsubsribe
- Update Account
- Get order invoice
- Last viewed course/learning path
- List User's Appointments
- User Stats
- List User's Rejected Assignments
- List User's Assignments
- List User's Quizzes
- List User's Upcomming Appointments
- List User's Products
- List User's Courses
- List User's Learning Paths
- Last User's Orders
- Certificates
- Currencies
- Newsletter
- Cart
- Courses
- Payments
- Pages
- Articles
- Instructors
- Taxonomies
- Products
- Appointments
- Get SitemapGET
- Get TranslationsGET
- SearchGET
- Well KnowGET
- Ping PongGET
- Get Tenant DetailsGET
Get card token
Production
Production
POST
https://api.sandbox.checkout.com/tokens
Last modified:2025-01-30 11:10:38
Request
Header Params
Authorization
string
required
Example:
Bearer pk_sbox_n3f7ha7iqwuskv23snty6ljqb4r
Body Params application/json
object {0}
Example
{
"type": "card",
"number": "4111111111111111",
"expiry_month": 9,
"expiry_year": 2030,
"processing_channel_id": "pc_qwaibehq5g2e5oc47cli6g5pca"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-01-30 11:10:38