Charge

Overview

The charge method processes a recurring payment using an existing mandate.

Business Use Case: Your SaaS subscription renews. Charge the customer's stored payment method.

Purpose

Scenario
Benefit

Subscription billing

Automate monthly charges

Membership dues

Process recurring fees

Request Fields

Field
Type
Required
Description

merchantTransactionId

string

Yes

Your unique transaction reference

amount

Money

Yes

Amount to charge

mandateId

string

Yes

The mandate ID

description

string

No

Statement description

Response Fields

Field
Type
Description

merchantTransactionId

string

Your reference

connectorTransactionId

string

Connector's transaction ID

status

PaymentStatus

SUCCEEDED, PENDING, FAILED

statusCode

int

HTTP status code

Example

SDK Setup

Request

Response

Next Steps

Last updated

Was this helpful?