We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490df1 commit e875a30Copy full SHA for e875a30
README.md
@@ -167,6 +167,15 @@ Pass the dictionary as an additional argument to the method where you make the A
167
adyen.checkout.payments_api.payments(header_parameters=headers)
168
~~~~
169
170
+### Customizing Base URL
171
+
172
+Instantiate the service and replace the baseUrl with your own URL
173
174
+~~~~ python
175
+ service = adyen.checkout.payments_api
176
+ service.baseUrl = "localhost:8080"
177
+~~~~
178
179
### Handling exceptions
180
181
Adyen service exceptions extend the AdyenError class. After you catch this exception, you can access the
0 commit comments