You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/online/development-guide/getting-started.md
+1-48
Original file line number
Diff line number
Diff line change
@@ -4,54 +4,7 @@ sidebar_position: 1
4
4
5
5
# Getting started
6
6
7
-
In order to implement MobilePay Online you must first obtain an agreement by contacting [email protected]. Once the agreement is signed you will get access to our sandbox environment and can test the API.
8
-
9
-
## Sandbox environment
10
-
11
-
The MobilePay Sandbox is a self-contained testing environment that mimics the live MobilePay production environment. It provides you the space to play around and test your implementation and the requests you make to the MobilePay API.
12
-
13
-
## Register for the technical integration
14
-
15
-
Send an email to [[email protected]](mailto:[email protected]?subject=Register%20as%20MobilePay%20Online%20Integrator&body=Hi%20MobilePay%2C%0D%0A%0D%0AOfficial%20company%20name%3A%0D%0AVAT%20number%3A%0D%0A%0D%0AContact%20person%20for%20PCI-DSS%20AoC%3A%0D%0A%0D%0ABusiness%20Contact%20Name%3A%0D%0ABusiness%20Contact%20E-mail%3A%0D%0A%0D%0ATechnical%20Contact%20Name%3A%0D%0ATechnical%20Contact%20E-mail%3A%0D%0A%0D%0APSP%20Homepage%3A%0D%0AExpected%20go%20live%20date%3A%0D%0AAdditional%20information%3A%0D%0A) with the following information:
16
-
17
-
* Official company name
18
-
* VAT number
19
-
* Contact person for PCI-DSS AoC
20
-
* Business Contact Name
21
-
* Business Contact E-mail
22
-
* Technical Contact Name
23
-
* Technical Contact E-mail
24
-
* PSP Homepage
25
-
* Expected go live date
26
-
27
-
The technical contact will recieve an invitation to get started with the integration.
28
-
29
-
## API documentation
30
-
31
-
Take a look at the API documentation. You'll find it in the APIs menu.
32
-
33
-
## Authentication
34
-
35
-
### API credentials
36
-
37
-
In order to make API requests you need a clientId and secret. These will be used in the following headers for all requests:
38
-
39
-
```bash title="Headers"
40
-
-H 'x-ibm-client-id: {clientId}'
41
-
-H 'x-ibm-client-secret: {clientSecret}'
42
-
```
43
-
44
-
You retrieve the credentials by making this request:
45
-
```bash title="Create credentials"
46
-
POST https://api.sandbox.mobilepay.dk/cardpassthrough-kongonboarding-restapi/api/v1/credentials
47
-
```
48
-
No body or credentials is required for the request. Response will contain a clientId and secret. Please find the API documentation [here](/api/online#tag/PSP-Onboarding/paths/~1api~1v1~1credentials/post). ClientSecret must be stored in a secure location and not be shared externally.
49
-
50
-
It is also possible to reset clientSecret using the endpoint documented [here](/api/online#tag/PSP-Onboarding/paths/~1api~1v1~1credentials~1secret/patch).
51
-
52
-
:::caution Important
53
-
Before your credentials can be used they must be whitelisted. Please send the clientId (NOT the clientSecret) to [email protected] to be whitelisted.
54
-
:::
7
+
In order to implement MobilePay Online you must first obtain an agreement by contacting [email protected]. Once the agreement is signed you will get access to our sandbox environment and can test the API.
0 commit comments