wrappers/SimplePayment

The SimplePayment wrapper module.

Members

inner amount :String

The amount being paid. In case the payment_amount_type is 'discounted_amount', 'penalty_amount' or 'other', the amount needs to be specified. In other cases, this is derived from the payment_amount_type.

inner audit_info :AuditInfo

inner card_cvv_number :String

This is never returned by EBPP. This needs to be passed to EBPP when making or editing a payment with a card funding account.

inner comments :String

Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.

inner confirmation_number :String

The confirmation number or reference provided to the customer for the payment.

inner cryptogram :String

This is applicable only for Apple Pay transactions. Online Payment Cryptogram, as defined by 3-D secure.

inner currency_code3d :String

The three-letter currency code in the ISO4217 format, in uppercase, for the card account. It must be a currency supported by EBPP. This defaults to USD.

inner custom_fields :Object

The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: support@billerpayments.com">support@billerpayments.com for more information on configuring and using custom fields.

inner customer :Customer

inner customer_account :CustomerAccount

inner eci :String

This is applicable only for Apple Pay transactions. ECI Indicator, as defined by 3-D secure. The card network may add an ECI indicator to the card data. This indicator is then included in the payment token. if you receive an ECI indicator, you must pass it on to your payment processor, otherwise, the transaction fails.

inner expected_payment_settlement_date :String

The date on which the payment is expected to be settled with the biller. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

inner fee :Fee

inner funding_account :FundingAccount

inner id :String

The unique identifier assigned by EBPP to the payment.

inner payment_amount_type :String

The type of amount, as per the bill/statement, that is being paid. The payment amount is derived from the amount type selected for the payment. This defaults to other.

inner payment_date :String

The date on which the payment is scheduled to be made. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

inner payment_entry_date :String

The date on which the payment is captured in EBPP. It must be in ISO8601 full-date format, namely, YYYY-MM-DD.

inner payment_method :String

The fulfillment method for the payment.

inner payment_network_response :PaymentNetworkResponse

inner payment_notification_email :String

The email address to which notifications for the payment will be sent. The notifications will be sent to the customer's email in case this is not provided.

inner payment_reference :String

The unique identifier in the client system for the payment.

inner payment_request_date :String

The date on which the biller wants the payment to be settled. It must be in ISO8601 full-date format, namely, YYYY-MM-DD. This is applicable only if the client has opted for it.

inner payment_return_date :String

The date on which the ACH returns is received by EBPP.

inner payment_schedule_type :String

The schedule type for the payment. This defaults to one_time_payment.

inner return_code :String

The ACH return code or the chargeback code received from Visa/Mastercard, in the event of returned payments.

inner save_funding_account :String

query param

inner status :String

The status of the payment.

inner url :String

This URL fetches the details of payment.

Methods

forClient(client_key) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
client_key String

The client_key of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

forCustomer(customer) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
customer Customer

The customer of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

fromAccount(funding_account, save_funding_account) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
funding_account FundingAccount

The funding_account of SimplePayment.

save_funding_account String

The save_funding_account of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

toAccount(customer_account) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
customer_account CustomerAccount

The customer_account of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

videChannel(channel) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
channel String

The channel of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withCryptogram(cryptogram) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
cryptogram String

The cryptogram of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withCustomFields(custom_fields) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
custom_fields Object

The custom_fields of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withDetails(payment_amount_type, amount, payment_date, payment_request_date, card_cvv_number) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
payment_amount_type String

The payment_amount_type of SimplePayment.

amount String

The amount of SimplePayment.

payment_date String

The payment_date of SimplePayment.

payment_request_date String

The payment_request_date of SimplePayment.

card_cvv_number String

The card_cvv_number of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withEci(eci) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
eci String

The eci of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withFee(fee) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
fee Fee

The fee of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withMemo(comments) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
comments String

The comments of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withPaymentNotificationEmail(payment_notification_email) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
payment_notification_email String

The payment_notification_email of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.

withReference(payment_reference) → {module:wrappers/SimplePayment}

Parameters:
Name Type Description
payment_reference String

The payment_reference of SimplePayment.

Returns:
module:wrappers/SimplePayment -

The instance of SimplePayment.