Facebook.payment_refunds

You're seeing just the function payment_refunds, go back to Facebook module for more information.
Link to this function

payment_refunds(payment_id, access_token, currency, amount, reason)

View Source

Specs

payment_refunds(
  object_id(),
  access_token(),
  currency(),
  amount(),
  refunds_reason()
) :: resp()

Refund a payment.

Examples

iex> Facebook.payment_refunds("769860109692136", "<App Access Token>", "EUR", 10.99, :CUSTOMER_SERVICE)
{:ok, %{"success" => true}}

See: