create

@MustBeClosed
abstract suspend fun create(params: ExternalPaymentCreateParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<ExternalPayment>

Returns a raw HTTP response for post /v1/external_payments, but is otherwise the same as ExternalPaymentServiceAsync.create.