EVALPlace OrderPay For Report

API Description

  • Pay for Report.

API Endpoint

POST
/api/v1/public/{intake_token}/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": {
	"order_tokens": [
		{
			"property_address": "8745 International Drive, 2355, Orlando, FL 32819",
			"order_token": "rHHVGENgJnnhzBmB9lh61698645564258"
		}
	]
	},
	"meta": {},
	"errors": []
}