Tables and Key Fields for Payments
As an administrator or implementor, use or configure these tables and key fields to support the integration.
The fulfillment of a payment requires data flow between multiple systems. This integration uses the following staging tables to store payment information:
-
Coupon
-
DSD Payment
-
DSD Payment Line
Coupon
Here are the key fields in the Coupon (__ORACO__Coupon_c)
table. This table captures
and stores all the information about coupons, such as the value, currency,
and validity.
Key Fields |
API Name |
Description |
---|---|---|
Coupon Name |
|
The unique name of the coupon. |
Start Date |
|
The date when the validity period of a coupon begins. |
End Date |
|
The date when the validity period of a coupon ends. |
Coupon Value |
|
The value of the coupon. |
Currency Code |
|
The currency of the coupon. |
DSD Payment
Here are the key fields in the DSD Payment (__ORACO__PaymentDSD_c)
table. This table captures
and stores information about payments.
Key Fields |
API Name |
Description |
---|---|---|
Payment Number |
|
The unique payment reference number. |
Account |
|
The corresponding retailer account which has made the payment. |
Payment Date |
|
The date of payment. |
Amount |
|
The amount for each payment. |
Source System Source System Number |
|
A unique combination for identifying payments.
|
DSD Line Payment
Here are the key fields in the DSD Payment Line (__ORACO__PaymentLineDSD_c)
table. This table
captures and stores the information about payment lines.
Key Fields |
API Name |
Description |
---|---|---|
Payment Line Number |
|
The globally unique alphanumeric string generated in mobile for each payment line. |
Account |
|
The corresponding retailer account which has made the payment. |
Payment |
|
The payment header information. |
Amount |
|
The amount for each payment line. |
Pay For |
|
The payment type against which the payment is made. |
Pay For Credit Line |
|
The value used when the payment is made using a credit line. You must enter the Credit Line Number, Credit Line - Source System, and Credit Line - Source System Number. |
Pay For Credit Note |
|
The value used when the payment is made using a credit note. You must enter the Credit Note Number, Credit Note - Source System, Credit Note - Source System Number, and Credit Note - Line Number. |
Pay For Invoice |
|
The value used when the payment is made using an invoice. You must enter the Invoice Number, Invoice - Source System, and Invoice - Source System Number. |
Type |
|
The type of payment method for the payment line. |
Source System Source System Number Line Number |
|
The user keys for a payment. |