mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
3.0 KiB
3.0 KiB
EntityPaymentLinks
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| param_self | models::Url | ||
| checkout | Option<models::Url> | The URL your customer should visit to make the payment. This is where you should redirect the customer to. | [optional] |
| mobile_app_checkout | Option<models::Url> | The deeplink URL to the app of the payment method. Currently only available for bancontact. |
[optional] |
| change_payment_state | Option<models::Url> | For test mode payments in certain scenarios, a hosted interface is available to help you test different payment states. Firstly, for recurring test mode payments. Recurring payments do not have a checkout URL, because these payments are executed without any user interaction. Secondly, for paid test mode payments. The payment state screen will then allow you to create a refund or chargeback for the test payment. | [optional] |
| dashboard | models::Url | Direct link to the payment in the Mollie Dashboard. | |
| refunds | Option<models::Url> | The API resource URL of the refunds that belong to this payment. | [optional] |
| chargebacks | Option<models::Url> | The API resource URL of the chargebacks that belong to this payment. | [optional] |
| captures | Option<models::Url> | The API resource URL of the captures that belong to this payment. | [optional] |
| settlement | Option<models::Url> | The API resource URL of the settlement this payment has been settled with. Not present if not yet settled. | [optional] |
| customer | Option<models::Url> | The API resource URL of the customer. | [optional] |
| mandate | Option<models::Url> | The API resource URL of the mandate. | [optional] |
| subscription | Option<models::Url> | The API resource URL of the subscription. | [optional] |
| order | Option<models::Url> | The API resource URL of the order this payment was created for. Not present if not created for an order. | [optional] |
| terminal | Option<models::Url> | The API resource URL of the terminal this payment was created for. Only present for point-of-sale payments. | [optional] |
| documentation | Option<models::Url> | [optional] | |
| status | Option<models::Url> | Link to customer-facing page showing the status of the bank transfer (to verify if the transaction was successful). | [optional] |
| pay_online | Option<models::Url> | Link to Mollie Checkout page allowing customers to select a different payment method instead of legacy bank transfer. | [optional] |