Process a request for ideal payment confirmation
Contains the data - { code: '200', message: "Submitted for payment", }
Process a request for ideal payment confirmation
Contains the data - { code: '200', message: "Submitted for payment", }
Create direct debit mandate for customer
Contains the data - { name: string, iban: string }
Contains the data - { "id": "src_1F2GzxJqmvwo8uTaJnRVkgYS", "currency": "eur", "created": 1564576421, "client_secret": "src_client_secret_FXLhLpWGLiupZtUlPStd3jLo", "owner": "John", "full_name": "Bret Johannes", "statement_descriptor": "InPlayer", "status": "chargeable", type_data: { "bank_code": 37040044, "branch_code": 111000000, "country": "DE", "fingerprint": "wGjUgpjH1Rj4NtBf", "last4": 3000, "mandate_reference": "8OC5CIAXSF2UKON4", "mandate_url": "https://hooks.stripe.com/adapter/sepa_debit/file/src_1F2Jqmvwo8DwAwwqraJnRVkgYS" } }
Process a request for direct debit SEPA charge
Contains the data - { assetId: {string}, accessFeeId: {string}, voucherCode: {string}, brandingId?: number }
Contains the data - { code: '200', message: "Submitted for payment", }
Process a request for direct debit subscribe
Contains the data - { assetId: {string}, accessFeeId: {string}, voucherCode: {string}, brandingId?: number }
Contains the data - { code: '200', message: "Submitted for payment", } }
Checks for existing user direct debit mandate
Contains the data - { is_approved: {boolean}, statement_descriptor: {string}, mandate: { "bank_code": 37040044, "branch_code": 111000000, "country": "DE", "fingerprint": "wGjUgpjH1Rj4NtBf", "last4": 3000, "mandate_reference": "8OC5CIAXSF2UKON4", "mandate_url": "https://hooks.stripe.com/adapter/sepa_debit/file/src_1F2Jqmvwo8DwAwwqraJnRVkgYS" } }
Process a request for start ideal payment
Contains the data - { accessFeeId: number, bank: {string}, returnUrl: {string}; referrer: string, brandingId?: number voucherCode?: {string}, }
Contains the data - { code: '200', message: "Submitted for payment", }
Process a request for start ideal subscribe
Contains the data - { accessFeeId: number, bank: {string}, returnUrl: {string}; referrer: string, brandingId?: number voucherCode?: {string}, }
Contains the data - { code: '200', message: "Submitted for payment", }
Validates an In App purchase from Amazon, Apple, GooglePlay or Roku services
Contains the data - { code: '200', message: "Submitted", }
As part of new bank regulations, we need to provide options for additional authentication during the payment flow for customers
Contains the data - { message: "Submitted for payment", }
Makes a Payment for a given Authorization token + asset/payment details. Use this method ONLY if the assetFee.type is not 'subscription' or 'freemium'. Otherwise please use InPlayer.Subscription.createPayment()
Payment data - { number: number || string, cardName: string, expMonth: number, expYear: number, cvv: number, accessFee: number, paymentMethod: string, referrer: string, voucherCode?: string, brandingId?: number, paymentIntentId?: string, }
Gets the default credit card per currency used for subscription rebills
Gets parameters for PayPal
Contains details - { origin: {string}, accessFeeId: {number}, paymentMethod: {number} }
Get all payment methods for a User
Get the payment tools for an aothorization token and payment method ID
The Payment Method ID
Gets the purchase history
The status of the purchase - active/inactive
The current page
The number of items per page
Sets card per currency as default card that is to be used for further subscription rebills
Contains the data - { cardNumber: {string}, cardName: {string}, cvc: {number}, expMonth: {number}, expYear: {number}, currency: {string} }
Generated using TypeDoc
Contains all Requests connected with payments