InspectionPlace OrderPay For Inspection Order

API Description

  • Pay for Inspection Order.

API Endpoint

POST
/api/v1/inspection/{intake_token}/inspection-payment

Path Parameters

NameDataTypeValue
intake_token
Stringvalue

Body Payload

🔽 Payload
{
	"payment_method": "USE_EXISTING_SOURCE",
	"payment_source_id": "card_1LArVLCHSfsB7YdbLiUpvv71"
}

Responses

🟢 Success
{
	"success": true,
	"message": "Payment successfully received.",
	"data": {},
	"meta": {},
	"errors": []
}