Create a charge for a specific account

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Request Parameters

Response Status Codes

Example Curl Request

curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//line_items/charges \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "line_item_status": "VALID",\n  "original_amount_cents": 0\n}\n'  

Response Example

{  
  "status": "200",  
  "message": "Charge Created"  
}