CreateAccountHolderOutput
The result of creating an account holder in the third-party payment provider. The data
property is stored as-is in Medusa's account holder's data
property.
Properties#
id
stringThe ID of the account holder in the payment provider.
This is stored in Medusa's account holder in the
external_id
property.data
Record<string, unknown>OptionalThe unstructured data returned from the payment provider. The content will vary between providers.
Was this page helpful?