reverse

@MustBeClosed
open suspend fun reverse(externalPaymentToken: String, params: ExternalPaymentReverseParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<ExternalPayment>

Returns a raw HTTP response for post /v1/external_payments/{external_payment_token}/reverse, but is otherwise the same as ExternalPaymentServiceAsync.reverse.


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

See also