- 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
Checkout
Production
Production
POST
https://api.msaaq.com/v1/tenant/cart/checkout
Last modified:2025-02-17 12:51:40
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
X-Tenant
string
required
Example:
{{tenant}}
Accept
string
required
Example:
application/json
X-Session-ID
string
required
Example:
f8b15a1b-83d9-40f2-9ff1-b20be896575d
Body Params multipart/form-data
payment_gateway
string
required
Example:
msaaqpay
email
string
required
Example:
hussam+new@msaaq.com
source[type]
string
required
Example:
card
source[token]
string
required
Example:
tok_6fod5zte62eenpamfw4dawmvjq
source[scheme]
string
required
Example:
VISA
source[card_type]
string
required
Example:
CREDIT
source[expires_on]
string
required
Example:
2024-07-29T07:20:19.3041176Z
source[expiry_month]
string
required
Example:
9
source[expiry_year]
string
required
Example:
2030
source[last4]
string
required
Example:
1111
source[bin]
string
required
Example:
411111
source[issuer]
string
required
Example:
JPMORGAN CHASE BANK, N.A.
source[issuer_country]
string
required
Example:
US
phone_code
string
required
Example:
90
phone
string
required
Example:
5381032112
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.msaaq.com/v1/tenant/cart/checkout' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'X-Session-ID: f8b15a1b-83d9-40f2-9ff1-b20be896575d' \
--form 'payment_gateway="msaaqpay"' \
--form 'email="hussam+new@msaaq.com"' \
--form 'source[type]="card"' \
--form 'source[token]="tok_6fod5zte62eenpamfw4dawmvjq"' \
--form 'source[scheme]="VISA"' \
--form 'source[card_type]="CREDIT"' \
--form 'source[expires_on]="2024-07-29T07:20:19.3041176Z"' \
--form 'source[expiry_month]="9"' \
--form 'source[expiry_year]="2030"' \
--form 'source[last4]="1111"' \
--form 'source[bin]="411111"' \
--form 'source[issuer]="JPMORGAN CHASE BANK, N.A."' \
--form 'source[issuer_country]="US"' \
--form 'phone_code="90"' \
--form 'phone="5381032112"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-17 12:51:40