C
C#10mo ago
Nevin06

❔ Paypal integration with .net rest api error

Stack Overflow
Error: Encrypted Id [64E30472T0834994D%2CPaymentInfoId%3A12275] len...
Error: Encrypted Id [64E30472T0834994D%2CPaymentInfoId%3A12275] length is not 17. at decode (/x/web/LIVE/checkoutuinodeweb/node_modules/xocryptutils/dist/ppbase32/twisted.js:31:15) at /x/web/LIVE/
7 Replies
Buddy
Buddy10mo ago
Seems like someone has already helped you. The docs.
Nevin06
Nevin0610mo ago
I didn't understand how doing refunds solves my issue. Could you explain it please Do I need to create 5 additional endpoints for 1) Create payment token for a given payment source 2) List all payment tokens 3) Retrieve a payment token 4) Delete payment token 5) Create a setup token 6) Create a setup token
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Nevin06
Nevin0610mo ago
Issue not resolved
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Nevin06
Nevin0610mo ago
Not resolved
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ Fetchhi 🙂 so, i have small problem with sending form with image to server, can someone please explain ho❔ game devloi want to make game can anyone give me tips❔ Why isn't my form being submitted?As far as I can see, my form is not being submitted because the HabitType is null (there must be som❔ How to get substring up until a certain pattern is seen?I have a bunch of strings that look similar to: "TEST1_TEST_1995_12_324324_whatever" "test2_test_3_4❔ What is the Best Way to convert the nested C# object to key value pairI want to store the C# objects in MongoDB which can be dynamic nature in key value fashion like Attr❔ Blazor WebAsm (.NET6) Breakpoints No Longer WorkingI had them working a few months ago before I took a break from the project but now they simply don't❔ Representing a custom map using GeoJSON data instead of a map of the globe. Is it possible?I was wondering if it were possible to create a custom map not of the Earth and use GeoJSON to creat❔ RecyclableMemoryStreams and Sending a Byte ArrayI am utilizing `RecyclableMemoryStream` to pool my memory streams in my networking project, but the ❔ What is the purpose of `ModelBindingContext.Model`, `ModelName`, and `ModelBinderAttribute.Name`?The docs are very unclear about this. If I should set `ModelBindingContext.Result` to `ModelBindingR❔ System.Numerics.Vector<double> limited to 2 components with NativeAOT instead of 4Hi! Im using the mentioned Vector struct for double Vectors and have seen that using NativeAOT it on