LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerCreateStripeCheckoutSessionResponse Struct Reference

Response from creating a Stripe Checkout session. More...

#include <LootLockerPurchasesRequestHandler.h>

Inheritance diagram for FLootLockerCreateStripeCheckoutSessionResponse:
Collaboration diagram for FLootLockerCreateStripeCheckoutSessionResponse:

Data Fields

FString checkout_link = ""
 The URL of the Stripe-hosted checkout page.
 
FString entitlement_id = ""
 The LootLocker entitlement id tied to this purchase.
 
- Data Fields inherited from FLootLockerResponse
bool success = false
 Whether this request was a success.
 
int StatusCode = 0
 HTTP Status code from the request to LootLockers backend.
 
FString FullTextFromServer = ""
 Raw text/http body from the server response.
 
FLootLockerErrorData ErrorData
 If this request was not a success, this structure holds all the information needed to identify the problem.
 
FLootLockerRequestContext Context
 Context for the request.
 

Detailed Description

Response from creating a Stripe Checkout session.

Field Documentation

◆ checkout_link

FString FLootLockerCreateStripeCheckoutSessionResponse::checkout_link = ""

The URL of the Stripe-hosted checkout page.

Open this in a browser or webview to let the player complete the payment.

◆ entitlement_id

FString FLootLockerCreateStripeCheckoutSessionResponse::entitlement_id = ""

The LootLocker entitlement id tied to this purchase.

Use this to track purchase progress via the entitlements endpoint.