CampaignFlow.Client.Airwallex (CampaignFlow Client v0.1.0)
View SourceAirwallex payment operations for the Campaign Flow API.
Provides integration with Airwallex for NZD payment links.
Summary
Functions
Creates an NZD Airwallex payment link.
Functions
@spec create_payment_link(CampaignFlow.Client.t(), map()) :: {CampaignFlow.Client.Request.response(), CampaignFlow.Client.t()}
Creates an NZD Airwallex payment link.
Examples
{:ok, payment_link} = CampaignFlow.Client.Airwallex.create_payment_link(client, %{
amount: 1000.00,
currency: "NZD",
description: "Campaign payment"
})