Approve
Approve is necessary to call only if a plan was not approved as part of another API operation. It allows you to indicate that a customer has approved the terms and conditions of an installment plan. Upon customer approval, the first installment will be charged if
autocapture
was set to true in an earlier call. Please note that the terms and conditions must be displayed to the customer and a customer must approve them before calling Approve.post
https://webapi.{environment}.splitit.com/api/InstallmentPlan/Approve
cURL
curl --request POST \
--url https://webapi.sandbox.splitit.com/api/InstallmentPlan/Approve \
--header 'Authorization: Basic QVBJVXNmnjAwMDAzMjIwMDp0QjJyam9XeTdjWDdiQnlkTUZiWWo2UUZ2OFU5M1NvWlBZeHdTdFN3TVhqUTVYZTJaMA==' \
--header 'Content-Type: application/json' \
--data '{
"InstallmentPlanNumber": "83521087122611505647"
}'
Last modified 4mo ago