Coinbase.API.Buttons

Source

Summary

create(coinbase, button, optionals \\ %{})

Create a new payment button, page, or iFrame

create_order(coinbase, id)

Create an order for a button

get(coinbase, id)

Show a button

list_orders(coinbase, id)

List orders for a button

Functions

create(coinbase, button, optionals \\ %{})

Specs:

Create a new payment button, page, or iFrame

Optional params: account_id (string): Specify for which account is the order created. The default is your primary account

Source
create_order(coinbase, id)

Specs:

Create an order for a button

Source
get(coinbase, id)

Specs:

Show a button

Source
list_orders(coinbase, id)

Specs:

List orders for a button

Source