Skip to main content
GET
/
api
/
public
/
v1
/
checkout
/
init
Initialize checkout session
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/checkout/init \
  --header 'Authorization: Bearer <token>'
"HTTP 302 Redirect to: https://checkout.example.com/checkout/ch_abc123/op?token=cms_token_xyz"

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Query Parameters

data
string
storeId
string
items
string
currency
string
locale
string
cartToken
string
returnUrl
string
cid
string

Response

Successful response

The response is of type any.