UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

15 lines 511 B
/** * CreateReaderCheckoutResponse */ export type CreateReaderCheckoutResponse = { data: { /** * The client transaction ID is a unique identifier for the transaction that is generated for the client. * * It can be used later to fetch the transaction details via the [Transactions API](https://developer.sumup.com/api/transactions/get). * */ client_transaction_id: string; }; }; //# sourceMappingURL=create-reader-checkout-response.d.cts.map