Create Store App Charge Billing
POST https://api.ecartapi.com/api/v2/store/billing
Request Body
{"billing"=>{"name"=>"Super Duper Expensive action", "price"=>"100.0", "redirectUrl"=>"http://super-duper.shopifyapps.com", "test"=>"true"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"billing":{"id":"1296793674","name":"Super Duper Expensive action","charge":{"type":null},"price":"100.00","redirectUrl":"http://super-duper.shopifyapps.com/","test":null,"confimartionUrl":null,"status":{"status":"pending"},"dates":{"createdAt":"2020-09-07T11:51:52-04:00","updatedAt":"2020-09-07T11:51:52-04:00"}}}