API Description
- Pay for Inspection Order.
API Endpoint
POST
/api/v1/inspection/{intake_token}/inspection-paymentPath Parameters
| Name | DataType | Value |
|---|---|---|
intake_token | String | value |
Body Payload
🔽 Payload
{
"payment_method": "USE_EXISTING_SOURCE",
"payment_source_id": "card_1LArVLCHSfsB7YdbLiUpvv71"
}Responses
🟢 Success
{
"success": true,
"message": "Payment successfully received.",
"data": {},
"meta": {},
"errors": []
}