Payeezy.GiftCard (Payeezy v0.1.4)
Payeezy gift card requests including balance_inquiry, purchase, and refund
Link to this section Summary
Functions
Complete an activation for a given set of params
Complete a balance_inquiry for a given set of params
Complete a reload for a given set of params
Complete a deactivation for a given set of params
Complete a purchase for a given set of params
Complete a refund for a given set of params
Complete a reload for a given set of params
Complete a void for a transaction_id
and a given set of params
Link to this section Types
@type t() :: %Payeezy.GiftCard{ amount: String.t(), bank_message: String.t(), bank_resp_code: String.t(), correlation_id: String.t(), currency: String.t(), gateway_message: String.t(), gateway_resp_code: String.t(), method: String.t(), transaction_id: String.t(), transaction_status: String.t(), transaction_tag: String.t(), transaction_type: String.t(), validation_status: String.t(), valuelink: map() }
Link to this section Functions
activation(params)
Complete an activation for a given set of params
balance_inquiry(params)
Complete a balance_inquiry for a given set of params
cashout(params)
Complete a reload for a given set of params
deactivation(params)
Complete a deactivation for a given set of params
purchase(params)
Complete a purchase for a given set of params
refund(params)
Complete a refund for a given set of params
reload(params)
Complete a reload for a given set of params
void(transaction_id, params)
Complete a void for a transaction_id
and a given set of params