cURL
curl --request POST \ --url https://api.allcovered.xyz/v1/payables/{id}/pay \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "payment_method": "ach" } '
{ "data": { "payable_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "transaction_id": "<string>", "message": "<string>" } }
Execute payment for a payable to the vendor
API key from StableBase dashboard
Resource ID
Override the default payment method
ach
wire
crypto
Payment initiated
Show child attributes