cancel
Showing results for 
Search instead for 
Did you mean: 

Mastercard API - Mastercom

DanniaRivera
Level 3
Hello, have anyone tried implementing project interacting with Mastercard API? Any inputs or guidance you can provide?

We'll be specifically using the below API:

https://developer.mastercard.com/mastercom/documentation/api-basics/

------------------------------
Dannia Rivera
Senior Officer (RPA)
UOB
Asia/Hong_Kong
------------------------------
5 REPLIES 5

Hi Dannia,

I was just reading the link you shared. As I understand there are a number of API/services that are available, so which ones are you looking to integrate? For building the integration you can either generate your own client or use the provided SDKs (https://developer.mastercard.com/platform/documentation/getting-started-with-mastercard-apis/quick-start-guide/) . You will need to make use of code stages in BluePrism for either of the methods.


------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Hi Shashank, thanks for the reply. We will be interacting with the Mastercom API no definite service yet as we are first testing how to connect. Since Mastercard API is using Oauth1.0 authentication, do we have ready VBO that we can use? From the default provided BP VBO, only Oauth 2.0 is available.

------------------------------
Dannia Rivera
Senior Officer (RPA)
UOB
Asia/Hong_Kong
------------------------------

Hi Dannia,
I haven't come across Oauth1.0 VBO that we might already have. But there are examples and pre built solutions at Mastercard's Github repo (https://github.com/Mastercard/oauth1-signer-csharp) which you can consider.

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

As @shashank.kumar280 mentioned, there's no OAuth 1.0 VBO available at the moment, but there are open source libraries available that you can leverage. One that I've used is oauth-dotnetcore which is available here:

https://github.com/rhargreaves/oauth-dotnetcore

Cheers,


------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------

Hi Dannia,

As discussed, here is a sample implementation to get you started.

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------