direction required | string Indicates the direction of the payment, from the perspective of Electrum and the Partner. |
paymentType required | string Enumerates the specific transaction processing event being emitted. |
recordType required | string Enum: "PAYMENT" "UNPAID_INPUT" "UNPAID_OUTPUT" "RECALL_OUTPUT" "SEC_REQUEST" "SEC_RESPONSE" "SEC_UNPAID_INPUT" "HOMED_BACK" |
returnType | string Indicates the cause of an unpaid/payment return. |
subService required | string Enum: "SAME_DAY" "ONE_DAY" "TWO_DAY" "RECALLS" "SYSTEM_ERROR_CORRECTION" "SYSTEM_ERROR_CORRECTION_RESPONSE" |
{- "direction": "INBOUND",
- "paymentType": "CREDIT",
- "recordType": "PAYMENT",
- "returnType": "DISPUTE",
- "subService": "SAME_DAY"
}