ResourcesCharges
Mark pending charge completed
Manually marks a pending charge as completed.
Manually marks a pending charge as completed.
Important
This action should only be performed on charges with a PENDING status and where you're certain you've received the funds. Attempting to mark a charge with a different status as completed will result in an error.
Authorization
bearerAuth AuthorizationBearer <token>
Provide your SellApp API key as a bearer token.
In: header
Path Parameters
charge_id*integer
The charge id path parameter.
Response Body
application/json
curl -X PUT "https://sell.app/api/v2/charges/0/completed"{
"message": "Charge Completed Successfully"
}