mangopay v0.1.0 MangoPay.PayIn

Functions for MangoPay pay in.

Link to this section Summary

Functions

Get a pay in

Get a pay in

Get card details

Get path called

Get path called

Link to this section Functions

Get a pay in.

Examples

{:ok, pay_in} = MangoPay.PayIn.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")

Get path called.

Examples

"/users" = MangoPay.User.path()

Get path called.

Examples

"/users/id" = MangoPay.User.path(id)