PayPal.Payments.Refunds (pay_pal v0.0.7)

Documentation for PayPal.Payments.Refunds

https://developer.paypal.com/docs/api/payments/#refund

Summary

Functions

Show a refund

Functions

show(refund_id)

@spec show(String.t()) ::
  {:ok, map() | :not_found | :no_content}
  | {:error, :unauthorised | :bad_network | any()}

Show a refund

docs

Possible returns:

  • {:ok, refund}

  • {:error, reason}

Examples

iex> PayPal.Payments.Refunds.show(refund_id)