Class: Remit::PipelineStatusCode
- Inherits:
-
Object
- Object
- Remit::PipelineStatusCode
- Defined in:
- lib/remit2/data_types.rb
Constant Summary collapse
- CALLER_EXCEPTION =
problem with your code
'CE'
- SYSTEM_ERROR =
system error, try again
'SE'
- SUCCESS_ABT =
successful payment with Amazon balance
'SA'
- SUCCESS_ACH =
successful payment with bank transfer
'SB'
- SUCCESS_CC =
successful payment with credit card
'SC'
- ABORTED =
user aborted payment
'A'
- PAYMENT_METHOD_MISMATCH =
user does not have payment method requested
'PE'
- PAYMENT_METHOD_UNSUPPORTED =
account doesn’t support requested payment method
'NP'
- INVALID_CALLER =
you are not a valid 3rd party caller to the transaction
'NM'
- SUCCESS_RECIPIENT_TOKEN_INSTALLED =
'SR'