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"
}
}