Skip to content

Commit f4eb218

Browse files
author
tanmay
committed
minor note
1 parent a6414be commit f4eb218

File tree

1 file changed

+1
-1
lines changed
  • content/payments/billpay/api-integration

1 file changed

+1
-1
lines changed

content/payments/billpay/api-integration/upms.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ If a bill is paid elsewhere after presentation, you'll receive a `SKIP_PAYMENT`
11091109
3. **Callback to You**: We send a `SKIP_PAYMENT` webhook to your configured endpoint.
11101110
4. **Your Processing**:
11111111
- Acknowledge with HTTP `200 OK`.
1112-
- Parse `data.billRefId` and `data.dateOfPayment`.
1112+
- Parse `data.billRefId` and `data.dateOfPayment`. (Note: `data.billRefId` of skip payment callback is the same as `data.refId` of the bill fetch callback, i.e. the reference id of the presented bill(s))
11131113
- Locate and mark the bill as paid in your system.
11141114

11151115
**Example `SKIP_PAYMENT` Callback:**

0 commit comments

Comments
 (0)