Text to Pay
Methods related to Text2Pay
Last updated
Was this helpful?
Methods related to Text2Pay
Last updated
Was this helpful?
POST
/ICardProcess/SMSPayment
Send a payment reminder to the client through a text or e-mail.
Once the client receives the reminder, they can click a link to open a payment widget and to make a payment. Once the payment is submitted, a transaction receipt would be e-mailed to the e-mail address that is on file.
PaymentObject
api_SMSPayment (object)
Fields: Person, Email, Phone, MessageType, RefID, RPGUID, MessageBody, AcctHolderID, Amount, AcctHolderID, Amount, ConsentID, DueOn, EINDEX, MerchID, TXID, WType, RedirectURL, ExpiresOn, SingleUse, OptParam, WidgetURL
SessKey
string
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
Example: B9F24903C3BA4770AE303032303541303032353437
FunctionOk
boolean
Indicates if the function executed correctly.
RespMsg
string
Friendly response message for the user.
ErrMsg
string
Error message. Empty or null if no error.
ErrCode
int
Error code. 0 indicates success.