post https://api.ksamerchant.geidea.net/subscriptions/api/v1/direct/subscription
This page will help you get started with Checkout - Subscription.
Log in to see full request history
Responses
This page will help you get started with Checkout - Subscription.
xxxxxxxxxx
18curl --location 'https://api.merchant.geidea.net/subscriptions/api/v1/direct/subscription' \
--header 'accept: text/plain' \
--header 'Authorization: Basic ZGI1ZDk1N2QtYTBmZC00YTFlLTkzMTItNWViN2FlNmIzZGI0OjA0NWRjYTJhLWM4MzMtNDVmMC04ZjIyLTQ0NGU1MGIwOGYwYw==' \
--header 'Content-Type: application/json' \
--data-raw '{
"recurringPaymentAmount": "100",
"currency": "AED",
"cycleInterval": "month",
"cycleFrequency": 3,
"typeOfPayment": "RecurringPayment",
"customerRequest": {
"name": "hsbc",
"email": "sub.test@geidea.net",
"phoneCountryCode": "+971",
"phone": "529872786",
"number": "467715071205"
}
}'
Try It!
to start a request and see the response here! Or choose an example: