createMultibancoParams

fun createMultibancoParams(@IntRange(from = 0) amount: Long, returnUrl: String, email: String): SourceParams

Create Multibanco Source params.

Return

a SourceParams object that can be used to create a Multibanco source

Parameters

amount

A positive integer in the smallest currency unit representing the amount to charge the customer (e.g., 1099 for a €10.99 payment).

returnUrl

The URL the customer should be redirected to after the authorization process.

email

The full email address of the customer.

See also