You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PurchaseRequest: With a recurring payment (Using mandates with sequenceTyperecurring) you are not required to send returnUrl
PurchaseResponse: In a recurring payment the API can return status paid immediately so isSuccessful shouldn't always return false and the comment here is incorrect:
When you do a purchase the request is never successful because you need to redirect off-site to complete the purchase.
The text was updated successfully, but these errors were encountered:
PurchaseRequest: With a recurring payment (Using mandates with
sequenceType
recurring
) you are not required to sendreturnUrl
PurchaseResponse: In a recurring payment the API can return status
paid
immediately soisSuccessful
shouldn't always return false and the comment here is incorrect:The text was updated successfully, but these errors were encountered: