Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.ingopayments.com/llms.txt

Use this file to discover all available pages before exploring further.

Sandbox Environment

Your sandbox mirrors production behavior including payment routing logic, OFAC screening, account verification services, and webhook delivery. Sandbox credentials and velocity limits are provisioned during onboarding.
Sandbox velocity limits are client-specific and configured by your Ingo integration manager during onboarding.

Test Categories

CategoryDescriptionHow to initiate
Self-ServiceComplete independently in the sandbox at your own paceYour sandbox credentials
ControlledRequires an enablement flag set by your integration managerContact your integration manager to schedule
GuidedLive session with your Ingo integration team recommendedContact your integration manager to schedule

Understanding Soft Failures

Soft failure — A partial match that does not stop the flow. The recipient experiences no interruption and proceeds transparently. Your system is notified of the result in the background via the correlated success webhook carrying the soft-fail status code. No failure webhook emits. Hard failure — A mismatch on a field your configuration has designated as requiring a hard failure. How each verification field’s mismatch is treated is defined during your implementation setup via the configuration form. When a hard failure occurs, the recipient is stopped and must retry. If maximum attempts are exhausted, the session or transaction terminates.

Self-Service Scenarios

Successful Notification Delivery

Category: Self-ServiceScenario: Stage a transaction via the Notify API. The recipient receives the notification email and it is delivered successfully.Success criteria: Notification sent and received events fireKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Notification Receivedtransaction.recipient.notification.status.received1200 series

Notification Bounce

Category: Self-ServiceScenario: Stage a transaction using an invalid email address. Confirms your system handles undeliverable notification events.Success criteria: Bounce event receivedKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Notification Bouncedtransaction.recipient.notification.status.bounced1200 series

Idempotent Notify Request

Category: Self-ServiceScenario: Resubmit an identical Notify API request using the same participant_unique_id1. Confirms duplicate protection is working correctly.Success criteria: Response status: 101 — no new transaction created

Cancel — Successful

Category: Self-ServiceScenario: Stage a transaction. Submit a Notify Cancel request before the recipient completes the flow. Confirms cancellation before disbursement selection.Success criteria: Disbursement canceled event firesKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Disbursement Canceledtransaction.recipient.payment.disbursement.request.canceled1110

Cancel — Failure Conditions

Category: Self-ServiceScenario: Attempt to cancel a transaction in a state that does not permit cancellation — already completed, already canceled, already expired, or invalid notification ID. Confirms your system handles cancel error responses gracefully.Success criteria: Appropriate error status returned for each invalid state

Notification Expiration

Category: Self-ServiceScenario: Stage a transaction. Allow the notification to expire without recipient action.Success criteria: Disbursement expired event firesKey webhook sequence to verify:
#EventTopicExpected Status
Disbursement Expiredtransaction.recipient.payment.disbursement.request.expired1109

Notify Termination

Category: Self-ServiceScenario: Stage a transaction. Complete the authentication flow in a way that causes the transaction to reach a terminal failure state.Success criteria: Payment terminated event firesKey webhook sequence to verify:
#EventTopicExpected Status
Payment Terminatedtransaction.recipient.payment.status.terminated1113 or 1132

Authentication — Success

Category: Self-ServiceScenario: Stage a transaction. Open the notification and complete the authentication challenge with fully matching data. Recipient proceeds to disbursement selection.Success criteria: Authentication success event firesKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Notification Receivedtransaction.recipient.notification.status.received1200 series
3Authentication Successtransaction.recipient.authentication.status.success1100

Authentication — Soft Failure

Category: Self-ServiceScenario: Stage a transaction. Enter partially matching authentication data. The recipient experiences no interruption and proceeds transparently. Your system is notified of the partial match in the background via the authentication success webhook carrying the soft-fail status code.Success criteria: Authentication success fires with soft-fail status code; recipient proceeds uninterruptedKey webhook sequence to verify:
#EventTopicExpected Status
1–2Notification Sent / Received(as above)1200 series
3Authentication Successtransaction.recipient.authentication.status.success1101

Authentication — Hard Failure

Category: Self-ServiceScenario: Stage a transaction. Provide non-matching authentication data. The recipient is stopped and must retry. Confirms hard failure handling.Success criteria: Authentication failure event firesKey webhook sequence to verify:
#EventTopicExpected Status
1–2Notification Sent / Received(as above)1200 series
3Authentication Failuretransaction.recipient.authentication.status.failure1102

Authentication — Max Attempts Termination

Category: Self-ServiceScenario: Provide non-matching authentication data until maximum attempts are exhausted. Transaction terminates.Success criteria: Authentication failure fires, overall failure fires, transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
Authentication Failuretransaction.recipient.authentication.status.failure1102
Overall Auth Failuretransaction.party.authentication.overall.failure1161
Payment Terminatedtransaction.recipient.payment.status.terminated1113

RVDM — Success

Category: Self-ServiceScenario: Stage a transaction with RVDM enabled. Complete authentication. Provide recipient information that fully matches the session data.Success criteria: RVDM success event fires, flow continues to account selectionKey webhook sequence to verify:
#EventTopicExpected Status
1–3Notification / Auth events(as above)
4RVDM Successtransaction.recipient.verification.rvdm.success1103

RVDM — Soft Failure

Category: Self-ServiceScenario: Provide partially matching recipient data. The recipient experiences no interruption and proceeds transparently. Your system is notified of the partial match in the background via the RVDM success webhook carrying the soft-fail status code.Success criteria: RVDM success fires with soft-fail status code; recipient proceeds uninterruptedKey webhook sequence to verify:
#EventTopicExpected Status
1–3Notification / Auth events(as above)
4RVDM Successtransaction.recipient.verification.rvdm.success1104

RVDM — Hard Failure & Termination

Category: Self-ServiceScenario: Provide non-matching recipient data until maximum attempts are exhausted. Transaction terminates.Success criteria: RVDM failure fires, transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
1–3Notification / Auth events(as above)
4RVDM Failuretransaction.recipient.verification.rvdm.failure1105
5Payment Terminatedtransaction.recipient.payment.status.terminated1113

Card — Successful Disbursement

Category: Self-ServiceScenario: Stage a transaction. Complete authentication and RVDM. Select card disbursement, tokenize a valid test card, and complete the payment.Success criteria: Tokenization and payment success events fireKey webhook sequence to verify:
#EventTopicExpected Status
1–4Notification / Auth / RVDM events(as above)
5Tokenization Successtransaction.account.tokenization.success100
6Payment Successtransaction.recipient.payment.status.success1125

Card — Repeat Recipient

Category: Self-ServiceScenario: Stage a second card transaction for a recipient with a previously tokenized account. Completes using the existing token without re-entering card details.Success criteria: Payment completes using stored token

Card — Account Not Available

Category: Self-ServiceScenario: Enter a card account number not supported for disbursement. The recipient is stopped and must use a different account. Your system is notified via the CNS/CD failure webhook.Success criteria: CNS/CD failure event firesKey webhook sequence to verify:
#EventTopicExpected Status
CNS/CD Failuretransaction.account.verification.card.failure.cns_cd700

ACH — Successful Disbursement

Category: Self-ServiceScenario: Stage a transaction. Complete authentication and RVDM. Select ACH disbursement, enter a valid test routing and account number, and complete the payment.Success criteria: Tokenization and payment success events fireKey webhook sequence to verify:
#EventTopicExpected Status
1–4Notification / Auth / RVDM events(as above)
5Tokenization Successtransaction.account.tokenization.success100
6Payment Successtransaction.recipient.payment.status.success1126

ACH — Repeat Recipient

Category: Self-ServiceScenario: Stage a second ACH transaction for a recipient with a previously registered account. Completes using the existing token.Success criteria: Payment completes using stored token

ACH — RVDM Hard Failure

Category: Self-ServiceScenario: Stage an ACH transaction. Provide non-matching session recipient information during account entry. Confirms hard failure stops the flow before tokenization.Success criteria: RVDM failure fires; no tokenizationKey webhook sequence to verify:
#EventTopicExpected Status
RVDM Failuretransaction.recipient.verification.rvdm.failure1105

ACH — Session Termination

Category: Self-ServiceScenario: Provide non-matching session recipient information repeatedly until the session terminates.Success criteria: Session terminated event firesKey webhook sequence to verify:
#EventTopicExpected Status
Session Terminatedplugin.transaction.session.request.terminated1127

PayPal — Successful Disbursement

Category: Self-ServiceScenario: Stage a transaction. Complete authentication and RVDM. Select PayPal disbursement. PayPal Account Verification (AV) runs as the PayPal-specific account check. The AV result notifies your system in the background. The account is tokenized and payment completes.Success criteria: RVDM success, PayPal AV success, tokenization success, and payment success all fireKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Notification Receivedtransaction.recipient.notification.status.received1200 series
3Authentication Successtransaction.recipient.authentication.status.success1100 or 1101
4RVDM Successtransaction.recipient.verification.rvdm.success1103 or 1104
5PayPal AV Successtransaction.account.verification.paypal.success.av1148
6Tokenization Successtransaction.account.tokenization.success100
7Payment Successtransaction.recipient.payment.status.success1134

PayPal — RVDM Soft Failure

Category: Self-ServiceScenario: Stage a PayPal transaction. Provide partially matching session recipient data. The recipient experiences no interruption. Your system is notified of the partial RVDM match in the background via the RVDM success webhook. The flow continues to PayPal AV and tokenization.Success criteria: RVDM success fires with soft-fail code; PayPal flow continues; payment completesKey webhook sequence to verify:
#EventTopicExpected Status
1–3Notification / Auth events(as above)
4RVDM Successtransaction.recipient.verification.rvdm.success1104
5PayPal AV Successtransaction.account.verification.paypal.success.av1148
6Tokenization Successtransaction.account.tokenization.success100
7Payment Successtransaction.recipient.payment.status.success1134

PayPal — RVDM Hard Failure

Category: Self-ServiceScenario: Stage a PayPal transaction. Provide non-matching session recipient data. The RVDM hard failure stops the flow before PayPal AV or tokenization.Success criteria: RVDM failure fires; no PayPal AV or tokenizationKey webhook sequence to verify:
#EventTopicExpected Status
RVDM Failuretransaction.recipient.verification.rvdm.failure1105

Check — Recipient-Elected (Client Issuance)

Category: Self-ServiceScenario: Stage a transaction. Complete the full flow. Recipient elects check. Client issues the check.Success criteria: Check in process event fires confirming the recipient elected checkKey webhook sequence to verify:
#EventTopicExpected Status
Check In Processtransaction.recipient.payment.status.check1111 or 1112

Check — Address Not Confirmed

Category: Self-ServiceScenario: Stage a check transaction. Recipient selects check but does not confirm the address on file.Success criteria: Check in process event fires with address-not-confirmed status codeKey webhook sequence to verify:
#EventTopicExpected Status
Check In Processtransaction.recipient.payment.status.check1112

Check — Notification Expiration (Client Issuance)

Category: Self-ServiceScenario: Stage a Client Issuance check transaction. Allow the notification to expire without recipient action. The disbursement request expires and the transaction terminates.Success criteria: Expired event fires; transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
1Disbursement Expiredtransaction.recipient.payment.disbursement.request.expired1109
2Payment Terminatedtransaction.recipient.payment.status.terminated1113

Check — Notification Expiration (Ingo Issuance)

Category: Self-ServiceScenario: Stage an Ingo Issuance check transaction. Allow the notification to expire without recipient action. Ingo defaults to issuing the check — the payment succeeds and the check is issued and subsequently paid.Success criteria: Payment success fires, followed by check issued and check paid eventsKey webhook sequence to verify:
#EventTopicExpected Status
1Payment Successtransaction.recipient.payment.status.success1133
2Check Issuedtransaction.recipient.payment.status.check.issued100
3Check Paidtransaction.recipient.payment.status.check.paid100

Check — Ingo Issuance

Category: Self-ServiceScenario: Stage a transaction configured for Ingo check issuance. Complete the full flow. Ingo issues the check and it is subsequently paid.Success criteria: Payment success, check issued, and check paid events all fireKey webhook sequence to verify:
#EventTopicExpected Status
1Payment Successtransaction.recipient.payment.status.success1133
2Check Issuedtransaction.recipient.payment.status.check.issued100
3Check Paidtransaction.recipient.payment.status.check.paid100

Recipient-Initiated Cancellation

Category: Self-ServiceScenario: Stage a transaction. Complete authentication and have the recipient elect to cancel the disbursement from within the iFrame.Success criteria: Recipient cancel event fires, transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
Recipient Canceltransaction.recipient.payment.notice.status.recipient.cancel1139
Payment Terminatedtransaction.recipient.payment.status.terminated1113

Controlled Scenarios

The following scenarios require your Ingo integration manager to enable a specific configuration before testing can begin. Contact your integration team to schedule these.
OTAC is a configurable authentication method where a one-time code is delivered to the recipient’s mobile number during the authentication flow. The following scenarios require OTAC to be enabled in your sandbox configuration.

OTAC Validation — Success

Category: ControlledScenario: Stage a transaction with OTAC enabled. Complete the RA challenge. Receive the OTAC code on the registered mobile number and enter it correctly. Authentication completes successfully.Success criteria: OTAC generate, validation success, and overall auth success events all fireKey webhook sequence to verify:
#EventTopicExpected Status
1–2Notification Sent / Received(as above)1200 series
3Authentication Successtransaction.recipient.authentication.status.success1100 or 1101
4OTAC Generatedtransaction.party.authentication.otac.delivery.generate1153 or 1154
5OTAC Validation Successtransaction.party.authentication.otac.validation.success1150
6Overall Auth Successtransaction.party.authentication.overall.success1160

OTAC Validation — Failure

Category: ControlledScenario: Enter an incorrect OTAC code. The recipient is stopped and may retry. Confirms validation failure handling.Success criteria: OTAC validation failure event fires; retry permittedKey webhook sequence to verify:
#EventTopicExpected Status
OTAC Generatedtransaction.party.authentication.otac.delivery.generate1153 or 1154
OTAC Validation Failuretransaction.party.authentication.otac.validation.failure1152

OTAC — Max Failed Attempts Termination

Category: ControlledScenario: Enter incorrect OTAC codes until maximum attempts are exhausted. Transaction terminates.Success criteria: OTAC validation failure fires repeatedly; overall auth failure fires; transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
OTAC Validation Failuretransaction.party.authentication.otac.validation.failure1152
Overall Auth Failuretransaction.party.authentication.overall.failure1161
Payment Terminatedtransaction.recipient.payment.status.terminated1113

OTAC — Send Limit Reached

Category: ControlledScenario: Request OTAC code delivery repeatedly until the send limit is reached. Confirms your system handles the send limit event.Success criteria: OTAC delivery limit event fires; overall auth failure firesKey webhook sequence to verify:
#EventTopicExpected Status
OTAC Send Limittransaction.party.authentication.otac.delivery.limit1151
Overall Auth Failuretransaction.party.authentication.overall.failure1162

OTAC — Inaccessible (Termination)

Category: ControlledScenario: OTAC cannot be delivered or accessed (e.g., no mobile number available). Transaction terminates.Success criteria: Overall auth failure fires with inaccessible status; transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
Overall Auth Failuretransaction.party.authentication.overall.failure1163
Payment Terminatedtransaction.recipient.payment.status.terminated1113

AVS Soft Fail

Category: ControlledScenario: A card account tokenization where the AVS check returns a soft failure. The recipient experiences no interruption and proceeds transparently. Your system is notified of the partial address match in the background via the tokenization success webhook carrying the soft-fail status code.Success criteria: Tokenization success fires with AVS soft-fail status code; payment completesKey webhook sequence to verify:
#EventTopicExpected Status
1–4Notification / Auth / RVDM events(as above)
5Tokenization Successtransaction.account.tokenization.success111–119 range
6Payment Successtransaction.recipient.payment.status.success1125

AVS Decline

Category: ControlledScenario: A card account tokenization where the AVS check returns a hard decline. The recipient is stopped and must use a different account. Your system is notified via the AVS/CVV failure webhook.Success criteria: AVS/CVV failure event fires; account rejectedKey webhook sequence to verify:
#EventTopicExpected Status
AVS/CVV Failuretransaction.account.verification.card.failure.avs_cvv753–759 range

CVV Decline

Category: ControlledScenario: A card account tokenization where the CVV check returns a hard decline. Your system is notified via the AVS/CVV failure webhook.Success criteria: AVS/CVV failure event fires; account rejectedKey webhook sequence to verify:
#EventTopicExpected Status
AVS/CVV Failuretransaction.account.verification.card.failure.avs_cvv

ANV / NAV Soft Fail

Category: ControlledScenario: An ACH account verification returns a soft failure on account number validation (ANV) or name/address validation (NAV). The recipient experiences no interruption. Your system is notified of the partial match in the background via the tokenization success webhook carrying the soft-fail status code.Success criteria: Tokenization success fires with soft-fail status code; payment completesKey webhook sequence to verify:
#EventTopicExpected Status
1Notification Senttransaction.recipient.notification.status.sent1200 series
2Notification Receivedtransaction.recipient.notification.status.received1200 series
3Authentication Successtransaction.recipient.authentication.status.success1100 or 1101
4RVDM Successtransaction.recipient.verification.rvdm.success1103 or 1104
5Tokenization Successtransaction.account.tokenization.successSoft-fail status code
6Payment Successtransaction.recipient.payment.status.success1126

RNV / ANV / NAV Hard Decline

Category: ControlledScenario: ACH account verification returns a hard decline on routing number, account number, or name/address validation. The recipient is stopped and must use a different account. Your system is notified via the appropriate failure webhook.Success criteria: Applicable failure event fires; account rejectedKey webhook sequence to verify:
#EventTopicExpected Status
RNV Failuretransaction.account.verification.ach.failure.rnv743
or ANV Failuretransaction.account.verification.ach.failure.anv767–769
or NAV Failuretransaction.account.verification.ach.failure.nav776–778

PayPal AV — Soft Fail

Category: ControlledScenario: PayPal account verification returns a partial match. The recipient experiences no interruption and proceeds transparently. Your system is notified of the partial match in the background via the PayPal AV success webhook carrying the soft-fail status code. The account is tokenized and payment completes.Success criteria: PayPal AV success fires with soft-fail status code; tokenization and payment success followKey webhook sequence to verify:
#EventTopicExpected Status
1–4Notification / Auth / RVDM events(as above)
5PayPal AV Successtransaction.account.verification.paypal.success.avSoft-fail status code
6Tokenization Successtransaction.account.tokenization.success100
7Payment Successtransaction.recipient.payment.status.success1134

PayPal AV — Hard Fail & Max Attempts Termination

Category: ControlledScenario: PayPal account verification returns a hard failure. The recipient is stopped and must retry. If maximum attempts are reached, the transaction terminates.Success criteria: PayPal AV failure fires; termination event fires after max attemptsKey webhook sequence to verify:
#EventTopicExpected Status
PayPal AV Failuretransaction.account.verification.paypal.failure.av1150
FinalPayment Terminatedtransaction.recipient.payment.status.terminated1113

OFAC Suspended — Cleared (Payment Success)

Category: ControlledScenario: A staged transaction triggers an OFAC hit during the disbursement flow. The payment is suspended. After OFAC review, the transaction is cleared and payment completes.Success criteria: Suspended and cleared events both fire; payment ultimately succeedsKey webhook sequence to verify:
#EventTopicExpected Status
1OFAC Suspendedtransaction.recipient.verification.ofac.status.suspended1106
2OFAC Clearedtransaction.recipient.verification.ofac.status.cleared1107
3Payment Successtransaction.recipient.payment.status.success1125–1134

OFAC Suspended — Cleared (Payment Declined)

Category: ControlledScenario: An OFAC suspension is reviewed and cleared, but payment is subsequently declined by the network.Success criteria: Suspended and cleared events fire; payment failure firesKey webhook sequence to verify:
#EventTopicExpected Status
1OFAC Suspendedtransaction.recipient.verification.ofac.status.suspended1106
2OFAC Clearedtransaction.recipient.verification.ofac.status.cleared1107
3Payment Failuretransaction.recipient.payment.status.failure

OFAC Failure — Transaction Terminated

Category: ControlledScenario: An OFAC suspension is reviewed and confirmed. The transaction is terminated.Success criteria: Suspended and failure events fire; transaction terminatesKey webhook sequence to verify:
#EventTopicExpected Status
1OFAC Suspendedtransaction.recipient.verification.ofac.status.suspended1106
2OFAC Failuretransaction.recipient.verification.ofac.status.failure1108
3Payment Terminatedtransaction.recipient.payment.status.terminated1113

Guided Scenarios

The following scenarios involve coordination with your Ingo integration team. Contact your integration manager to schedule a guided session.

Returned Payment

Category: GuidedScenario: A previously completed payment is returned by the account issuer. Confirms your system correctly handles the returned status.Success criteria: Returned event received and processed correctlyKey webhook sequence to verify:
#EventTopicExpected Status
Payment Returnedtransaction.recipient.payment.status.returned1114

Webhook Events Reference

EventTopicExpected Status
Notification Senttransaction.recipient.notification.status.sent1200 series
Notification Receivedtransaction.recipient.notification.status.received1200 series
Notification Bouncedtransaction.recipient.notification.status.bounced1200 series
EventTopicExpected Status
Auth Successtransaction.recipient.authentication.status.success1100 (full), 1101 (soft fail)
Auth Failuretransaction.recipient.authentication.status.failure1102
OTAC Generatedtransaction.party.authentication.otac.delivery.generate1153 (SMS), 1154 (email)
OTAC Send Limittransaction.party.authentication.otac.delivery.limit1151
OTAC Validation Successtransaction.party.authentication.otac.validation.success1150
OTAC Validation Failuretransaction.party.authentication.otac.validation.failure1152
Overall Auth Successtransaction.party.authentication.overall.success1160
Overall Auth Failuretransaction.party.authentication.overall.failure1161 (max attempts), 1162 (send limit), 1163 (inaccessible)
EventTopicExpected Status
RVDM Successtransaction.recipient.verification.rvdm.success1103 (full), 1104 (soft fail)
RVDM Failuretransaction.recipient.verification.rvdm.failure1105
OFAC Suspendedtransaction.recipient.verification.ofac.status.suspended1106
OFAC Clearedtransaction.recipient.verification.ofac.status.cleared1107
OFAC Failuretransaction.recipient.verification.ofac.status.failure1108
EventTopicExpected Status
Card CNS/CD Failuretransaction.account.verification.card.failure.cns_cd700
Card AVS/CVV Failuretransaction.account.verification.card.failure.avs_cvv753–759
ACH RNV Failuretransaction.account.verification.ach.failure.rnv743
ACH ANV Failuretransaction.account.verification.ach.failure.anv767–769
ACH NAV Failuretransaction.account.verification.ach.failure.nav776–778
PayPal AV Failuretransaction.account.verification.paypal.failure.av1150
PayPal AV Successtransaction.account.verification.paypal.success.av1148
Tokenization Successtransaction.account.tokenization.success100 (full), 111–119 (AVS soft fail)
EventTopicExpected Status
Payment Success — Cardtransaction.recipient.payment.status.success1125
Payment Success — ACHtransaction.recipient.payment.status.success1126
Payment Success — Checktransaction.recipient.payment.status.success1133
Payment Success — PayPaltransaction.recipient.payment.status.success1134
Payment Failuretransaction.recipient.payment.status.failurevaries
Payment Terminatedtransaction.recipient.payment.status.terminated1113, 1132
Payment Returnedtransaction.recipient.payment.status.returned1114
Disbursement Expiredtransaction.recipient.payment.disbursement.request.expired1109
Disbursement Canceledtransaction.recipient.payment.disbursement.request.canceled1110
Recipient Canceltransaction.recipient.payment.notice.status.recipient.cancel1139
Check In Processtransaction.recipient.payment.status.check1111, 1112
Check Issuedtransaction.recipient.payment.status.check.issued100
Check Paidtransaction.recipient.payment.status.check.paid100
Check Returnedtransaction.recipient.payment.status.check.returned1114