NoahInitiatePayoutResponse

data class NoahInitiatePayoutResponse(val data: NoahInitiatePayoutData, val metadata: NoahResponseMetadata? = null)

Response from POST /api/v3/clients/me/integrations/noah/payouts.

Note: The BFF requires either a trigger on the request or a saved payment method on the quote (via paymentMethodId). When trigger is absent and the saved method is SingleOnchainDepositSource, the BFF synthesises a default trigger with the supplied expiry / nonce / sourceAddress.

Constructors

Link copied to clipboard
constructor(data: NoahInitiatePayoutData, metadata: NoahResponseMetadata? = null)

Properties

Link copied to clipboard
Link copied to clipboard