PAYMENT TOKEN is payment ID?

Hi,
Is a payment token the same as the resulting payment ID that the WebPayment SDK returns upon a successful payment?

I’m trying to use an external-made webpayment SDK to match with an order I create via API

thanks

The payment token is different from a payment_id that’s returned from the Payments API. The payment token is the tokenized payment method that’s generated from the Web Payments SDK tokenize call. This returned token is then passed in the CreatePayment call to complete the payment. The call to CreatePayment will return a payment object which will have the payment_id in it. :slight_smile: