Toggle

Apply and Unapply Credit Toggle

post

/V2/credit/toggle

Authorizations
Header parameters
Content-Typestring
Example: application/json
Body
object
Example: {"amount":"81.45"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/credit/toggle' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "amount": "81.45"
  }'

No body