Facebook.payment

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

payment(payment_id, access_token, fields \\ "")

View Source

Specs

payment(object_id(), access_token(), fields()) :: resp()

Gets payment info about a single payment.

Examples

iex> Facebook.payment("769860109692136", "<App Access Token>", "id,request_id,actions")
{:ok, %{"request_id" => "abc2387238", "id" => "116397053038597", "actions" => [ %{ "type" => "charge", ... } ] } }

See: