StartInstallments
StartInstallments prompts Splitit to process the first charge of an installment plan. This service is only required for installment plans that were created with the
autocapture
parameter set to false. In most cases, the first installment is charged automatically after a successful Create or Initiate.post
https://webapi.{environment}.splitit.com/api/InstallmentPlan/StartInstallments
cURL
curl --request POST \
--url https://webapi.sandbox.splitit.com/api/InstallmentPlan/StartInstallments \
--header 'Authorization: Basic QXBXVXNlcjAwMDAzMjIwMDp0QjJyam9XeTdjWDdiQnlkTUZiWWo2UUZ2OFU5M1NvWlBZeHdTdFN3TVhqUTVYZTJaMA==' \
--header 'Content-Type: application/json' \
--data '{
"InstallmentPlanNumber": "42241877167873256826"
}'
Last modified 8mo ago