The VerifyPurchase function verifies a purchase record against the available business rules.
Method | /VerifyPurchase |
The request body is of type VerifyPurchase.
Name | Description | Data Type |
---|---|---|
purchase | PurchaseInfo | |
isAddingRecord | xml:boolean |
The response body is of type VerifyPurchaseResponse.
Name | Description | Data Type |
---|---|---|
VerifyPurchaseResult | ArrayOfVerifyExceptionInfo |
|