|
My Project
|
When the FailedByPaymentProvider error is returned, it's important to check the ProviderErrorCode, ProviderErrorMessage, and ProviderErrorDetails to understand the specific reason the payment was rejected, as in some rare cases, this may mean that the provider hasn't completed some operation required to finalize the purchase. More...
Public Attributes | |
| List< ItemInstance > | Items |
| Array of items purchased. | |
| string | OrderId |
| Purchase order identifier. | |
| DateTime | PurchaseDate |
| Date and time of the purchase. | |
Public Attributes inherited from PlayFab.SharedModels.PlayFabResultCommon | |
| PlayFabRequestCommon | Request |
| object | CustomData |
Additional Inherited Members | |
Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel | |
| string | ToJson () |
When the FailedByPaymentProvider error is returned, it's important to check the ProviderErrorCode, ProviderErrorMessage, and ProviderErrorDetails to understand the specific reason the payment was rejected, as in some rare cases, this may mean that the provider hasn't completed some operation required to finalize the purchase.