Click or drag to resize

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
)

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: GoCardlessPayment
GoCardless.Payment object
See Also