- Getting Started
- Tutorials
- COPYandPAY
- Server-to-Server
- 3D Secure
- Pay By Link
- Mobile SDK
- Manage Payments
- Plugins
- Fraud Management
- Reporting
- Single Sign On
- Webhooks
- Reference
- API Reference
- Basic Payment
- Forex
- Authentication
- Card Account
- Apple Pay
- Virtual Account
- Bank Account
- Token Account
- Customer
- Billing Address
- Merchant Billing Address
- Shipping Address
- Merchant Shipping Address
- Corporate
- Recipient
- Merchant
- Marketplace & Cart
- Airline
- Lodging
- Passenger
- Tokenization
- Recurring Migration
- 3D Secure
- Custom Parameters
- Async Payments
- Webhook notifications
- Risk
- Point of Sale
- Response Parameters
- Card On File
- Chargeback
- Result Codes
- Brands Reference
- Regression Testing
- Data Retention Policy
- API Reference
- FAQ
Pay by Link API
Pay by Link API enables you to further customize your checkout workflows. Here you can find the reference for the available options
Parameter | Description | Examples |
---|---|---|
locale | Sets the language/country of the payment forms. Expects ISO 639-1 for languages and ISO 3166-1 alpha-2 for countries. Default is "en-US". Supported languages are: ar,be,bg,cn,cz,de,da,el,en,es,fi,fr,gr,hu,it,ja,ko,nl,no,pl,pt,ro,ru,sv,sk,sl,tr Right-to-left languages are not supported by the number formatter. |
locale: "de-AT" locale: "de" Check the requirements of the connector you are integrating in your shop. If the connector requires to have the language and the country provided, use the format "de-AT". If there is no requirement defined, you may use any of the two options. |
validUntil | Sets the period during which the payment link will be valid and available to perform a checkout. If validity period is not present default value will be 90 days |
validUntil=1 |
validUntilUnit | Sets the validity period units. Possible values are HOUR, DAY. |
validUntilUnit=HOUR |
termsAndConditionsUrl | Merchant terms and conditions URL. Value must be a valid URL |
termsAndConditionsUrl=https://docs.oppwa.com/ |
privacyPolicyUrl | Merchant privacy policy URL. Value must be a valid URL |
privacyPolicyUrl=https://docs.oppwa.com/ |
Layout Parameters
Layout Parameters used to customize payment page appearance
Parameter | Description | Examples |
---|---|---|
layout.logo | URL of merchant store logo which may be displayed on payment page. |
|
layout.logoWidth | Merchant store logo's width. By default value is 150px |
layout.logoWidth=300 |
layout.logoHeight | Merchant store logo's height. By default value is 100px |
layout.logoWidth=200 |
layout.backgroundImage | URL of image which will be used as a background for payment page |
|
layout.merchantNameColor | The color of merchant name label's specified in hexadecimal format. By default value is #6b6b6b |
#ffffff |
layout.amountColor | The color of amount and price labels specified in hexadecimal format. By default value is #00000 |
#ffffff |
layout.payButtonColor | The background color of Pay Now button. By default value is #5cb85c |
#ffffff |
layout.payButtonTextColor | The color of Pay Now button's text. By default value is #ffffff |
#ffffff |
Send link to shopper via SMS
These paramerets used to control SMS content
Parameter | Description | Examples |
---|---|---|
from | Free-form text with which the sender identifies themselves to the recipient. Must not exceed 11 characters length. |
from=MTS |
smsTo | The number to which the message is sent. Numbers are specified in E.164 format. |
smsTo=14049236100 |