createPaymentDetails
abstract suspend fun createPaymentDetails(consumerSessionClientSecret: String, financialConnectionsAccountId: String, requestOptions: ApiRequest.Options): ConsumerPaymentDetails?
abstract suspend fun createPaymentDetails(consumerSessionClientSecret: String, paymentDetailsCreateParams: ConsumerPaymentDetailsCreateParams, requestOptions: ApiRequest.Options): ConsumerPaymentDetails?