v1

latestOpenAPI 3.0.12026-07-264182324.3 KB
Notifications

Create and send an order confirmation, payment confirmation, or Disbursement User Query email or SMS message to the consumer.

post/send_notification

Request body

OR

Example request

{
  "pnm_order_identifier": "85073414521"
}

Response

Message Sent

statusstring

Provides the status of the request.

disbursement_query_urlstring

Provides the URL where the consumer can add his/her debit card, bank acount, or mobile wallet information where he/she wants to receive the disbursement funds.

disbursement_status'queried_user' | 'created' | 'complete'

Indicates the status fo the disbursement.

Example response

{
  "status": "ok",
  "disbursement_query_url": "https://www.paynearme-sandbox.com/add_card/P!GZqioXu3kLJqm21NvPOB$uXW7sZuUu"
}