Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 5.0!

NetAxept

To use Upodi with NetAxept tokens, you must create a token using the NetAxept implementation of frontend.

Upodi Payment

To create a payment method for NetAxept token, make a POST request to /paymentmethods/:customerid/ with a body using the createpaymentmethod request object:

{
  "type" : 64 /* PureTokenBased = 64 */,
  "makedefault" : "true", /* will make the payment method default */
  "puretoken" : { 
    "token" : " eN8hW9NLAZndKgOZPvLkJY0j1k8=", /* NetAxept subscription ID */
    "paymentgateway" : "netaxept"
  }
}