create

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

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