mangopay v0.1.0 MangoPay.PayIn
Functions for MangoPay pay in.
Link to this section Summary
Link to this section Functions
Link to this function
get(id)
Get a pay in.
Examples
{:ok, pay_in} = MangoPay.PayIn.get(id)
Link to this function
get!(id)
Get a pay in.
Examples
pay_in = MangoPay.PayIn.get!(id)
Link to this function
get_card_details(payin_id)
Get card details.
Examples
{:ok, pay_in} = MangoPay.PayIn.get_card_details("pay_in_id")
Link to this function
path()
Get path called.
Examples
"/users" = MangoPay.User.path()
Link to this function
path(id)
Get path called.
Examples
"/users/id" = MangoPay.User.path(id)