paymentez / paymentez-ios

Paymentez iOS SDK is a library that allows developers to easily connect to the Paymentez CREDITCARDS API
MIT License
0 stars 7 forks source link

Updating to 1.0.4 version #27

Closed jhonpi closed 6 years ago

jhonpi commented 6 years ago

I'm updating an old version of PaymentezSDK. I'm already build and update the PaymentzSDK library and it seems ok, but in this version the function to delete a card of the PaymentezSDKClient class is not accesible. Is this function not available to be used? How can I delete a card using your framework?

Thanks in advance

AD-Paladins commented 6 years ago

Im not from Paymentez but i did it:

POST: Headers: "Content-Type" = "application/json" "Auth-Token" = {your_auth_token}

Url: https://ccapi-stg.paymentez.com/v2/card/delete/

Make a Json with an array like this one: [ "card": ["token": "card-token"], "user": ["id": "UidUsuario"] ]

You will get a json response.

Best regards.

AD-Paladins commented 6 years ago

Now my problem is that i cant build the proyect because of "missing moodule CommonCrypto"... Tried to map it manually but didn't worked...

AD-Paladins commented 6 years ago

Additionally, take a look on this page for api documentation: https://paymentez.github.io/api-doc/