Mastercard API - Mastercom
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-03-21 04:47 AM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-03-21 08:25 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-03-21 06:37 AM
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
------------------------------
------------------------------
Dannia Rivera
Senior Officer (RPA)
UOB
Asia/Hong_Kong
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-03-21 07:03 AM
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
------------------------------
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
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-03-21 04:31 PM
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
------------------------------
https://github.com/rhargreaves/oauth-dotnetcore
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-03-21 09:07 AM
Hi Dannia,
As discussed, here is a sample implementation to get you started.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
As discussed, here is a sample implementation to get you started.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
