-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am using the "createPayment" method to register a payment. I would like to register this payment so that it can be used for repeat payments in the future. In order to do this, Opayo requires certain information to be provided, specifically:
"credentialType": {
"cofUsage": "First",
"initiatedType": "CIT",
"mitType": "Unscheduled",
},
However, I cannot find a place to input these options in the "createPayment" method. I tried adding them as an array in the last parameter, but I received an error message saying that the options were unknown. Could you please let me know how I can add these options correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels