| Package | Description |
|---|---|
| be.feelio.mollie.data.profile | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
ProfileRequest |
ProfileRequest.ProfileRequestBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ProfileResponse |
ProfileHandler.createProfile(ProfileRequest body)
In order to process payments, you need to create a website profile.
|
ProfileResponse |
ProfileHandler.createProfile(ProfileRequest body,
QueryParams params)
In order to process payments, you need to create a website profile.
|
ProfileResponse |
ProfileHandler.updateProfile(String id,
ProfileRequest body)
A profile is required to process payments.
|
ProfileResponse |
ProfileHandler.updateProfile(String id,
ProfileRequest body,
QueryParams params)
A profile is required to process payments.
|
Copyright © 2020. All rights reserved.