Swish Callback
Handle callback from Swish signup
Completes the Swish signup, enables Swish for Checkout
scopes:
- write:accounts:/management/settings/connections/swish
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}
where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Body
The merchant's Swish number
"1231182293"
Base 64 encoded string of the certificate. Can be in PEM or P12 format. If PEM, key and ca are required.
Base 64 encoded string of the public key
The passphrase for the certificate
Base 64 encoded string of the CA of the certificate
Payment options to enable for this connection
Response
Signup
The response is of type object.