JS API Reference

Enumeration: RejectionReason

payment/rejection.RejectionReason

Table of contents

Enumeration Members

Enumeration Members

UnsolicitedService

UnsolicitedService = "UNSOLICITED_SERVICE"

Defined in

src/payment/rejection.ts:2


BadService

BadService = "BAD_SERVICE"

Defined in

src/payment/rejection.ts:3


IncorrectAmount

IncorrectAmount = "INCORRECT_AMOUNT"

Defined in

src/payment/rejection.ts:4


RejectedByRequestorFilter

RejectedByRequestorFilter = "REJECTED_BY_REQUESTOR_FILTER"

Defined in

src/payment/rejection.ts:5


AgreementFinalized

AgreementFinalized = "AGREEMENT_FINALIZED"

Use it when you're processing an event after the agreement reached it's "final state"

By final state we mean: we got an invoice for that agreement

Defined in

src/payment/rejection.ts:12

Was this helpful?