Feezback link configuration
Congifure a payment link with foreign currency options on Feezback's screens.
-
Configure currency options and default value
Within the transfer.currency object, include the following values
-
Configure additional "payment" object requirements:
- If transfer.currency is not ILS, or if you enable
supportedCurrenciesother then ILS,
all of the following fields are required to generate a link:
Example payload:
{
"encrypt": true,
"iss": "tpp/{tppId}",
"srv": "fast/user",
"sub": "123456",
"flow": {
"id": "default",
"userWasAuthenticated": true,
"context": "{transactionIdentifier}",
"userIdentifier": {
"type": "ID",
"value": "123456789",
"editable": true
},
"redirects": {
"pisSuccess": "https://example.com/success",
"pisFailure": "https://example.com/failure",
"pisNotComplete": "https://example.com/not-complete",
"ttlExpired": "https://example.com/expired"
},
"payment": {
"remittanceInformationUnstructured": "payment description",
"creditor": {
"name": "חברה בע״מ",
"account": "IL360115350000123456789",
"accountType": "iban",
"enCreditorName": "Company LTD",
"address": {
"town": "Tel Aviv",
"country": "IL"
},
"creditorAgent": "XXXUILITX",
"reasonCode": "12"
},
"transfer": {
"amount": {
"value": "1.00",
"editable": true
},
"currency": {
"value": "ILS",
"editable": true,
"supportedCurrencies": [
"EUR",
"ILS",
"USD"
]
}
}
}
}
}Updated 7 days ago
Did this page help you?