/send_notificationAsk AIpost https://api.paynearme-sandbox.com/json-api/send_notificationCreate and send an order confirmation, payment confirmation, or Disbursement User Query email or SMS message to the consumer.Body ParamsCreates and sends a new email or SMS message about the order, payment, or disbursementCreate a Notification Using the PayNearMe Order IDCancel an Notification Using the Site Order IDpnm_order_identifierstringrequiredThe unique, PayNearMe-defined identifier for this ordersite_identifierstringrequiredDefaults to S2411573363Identifies your client site.timestampstringrequiredThe Unix Epoch time of the callversionstringrequiredDefaults to 3.0The version of the API. This version must match the version associated with your API key pair.signaturestringrequiredThe HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.site_customer_emailstringThe email addresses where you are sending the email. Use commas to separate email addresses when sending the message to multiple recipients.site_customer_phonestringThe text of the SMS message. This parameter does not support HTML or special characters like emojis.order_confirmationstringSubmit as true to send the consumer the order confirmation email or SMS message.paid_confirmationstringSubmit as true to send the consumer the payment confirmation email or SMS message. This call will only work for orders that have been paid.user_disbursement_querystringSubmit as true to send the consumer the disbursement user query email or SMS message. This message instructs disbursement recipients on how to input their debit card, bank account, or mobile wallet information where they'll receive their funds.Response 201Message SentUpdated 7 months ago