IGoCardlessCreatePayment Method |
Creates a new payment object.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax GoCardlessPayment CreatePayment(
GoCardlessPayment input
)
Function CreatePayment (
input As GoCardlessPayment
) As GoCardlessPayment
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessPayment
required: amount, currency, links.mandate
optional: description, metadata, charge_date (not recommended), IDEMPOTENCYKEY
don't set: app_fee, reference
Return Value
Type:
GoCardlessPaymentGoCardless.Payment object
See Also