Execute a payment attempt 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.

Account ID
Body of Request to Create Payment
Response Codes
Example Request in cURL
curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//line_items/payments/payment_transfer \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "original_amount_cents": 0,
  "line_item_status": "VALID"
}
'  

Base URL: https://Contact sales to enable your sandbox/accounts/{account_id}/line_items/payments/payment_transfer