executePaymentUrl property

String? executePaymentUrl
final

url to use instead of my fatoorah url Must not be null if you run on the web if you set initiatePaymentUrl or executePayment you can set token equal to null and make these urls set the token from backend for security reasons This url must return the base response of my fatoorah without any edits

Implementation

final String? executePaymentUrl;