Create a payment with an alternative payment method like PayPal or GoCardless.
POST /transactions
API. The call requires an amount
, currency
, and
a payment_method
with a redirect_url
, country
and currency
.
At the moment, our API allows you to create transactions for the services below:
redirect_url
needs to be
provided to redirect the user back to your application after they have approved
the transaction in the external service. The country
and currency
are optional
but sometimes are required depending on the service used.
transaction
resource for which the status
is set to
buyer_approval_pending
.
payment_method.approval_url
field of the response.
The buyer then has to approve the transaction. After this, the buyer is
redirected back to the redirect_url
you specified earlier. For example:
transaction_id
query parameter represents the ID of the transaction and
the transaction_status
represents the new status of the transaction.
transaction
resource with its updated status.