Jump to content

Question

Posted

Hi,

 

Playing with blesta API to integrate it to out site. List, Add, Validate service all works good. Now I need to render checkout page similar to Blesta. Do I need to make separate API calls to "get" checkout page items (Service options, Payment methods, Order symmary) or there is another way to get whole checkout page at once?

 

 

Best regards

2 answers to this question

Recommended Posts

  • 0
Posted

The API deals with CRUD actions on data. A page is not data in this respect, and is not available via the API.

 

You'll want to either create your own pages using the data you retrieve via the API, or link to a Blesta order form, for instance, to have customers checkout.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...