Skip to main content

Create application

POST 

/financing/v1/applications

Elementary flow starts when customer wants to use one of Skip Pay's payment method for financing his purchase made in partner e-shop.

Financing typeSupported
DEFERRED_PAYMENTYES
PAY_IN_THREEYES

Use /financing/v1/applications resource with properly filled request that contains at least following data

  • Customer information

    • Name (first name and last name - if possible, otherwise full name)
    • E-mail
    • Phone number
  • Order details

    • Number
    • Total Price (including VAT)
    • Total VAT (array of total amounts split by VAT rates)
    • Order items (array, at least one item is required)
      • Code
      • Order item name
      • Total price (all pieces, including VAT)
      • Total VAT
  • Additional information necessary for the continuation and completion of the process

    • Your URL where the customer should be redirected after application approval
    • Your URL where the customer should be redirected after application rejection
    • URL of your notification endpoint you want us to send you notifications about particular application updates

For best customer experience request should contain following data:

  • Customer information

    • Extra data
      • Historical count of customer's transactions made in partner's e-shop
  • Order details

    • Delivery carrier information
    • Address (type BILLING)
      • Country
      • City
      • Street
      • Street number
      • ZIP
      • Address type
    • Order items
      • Image
  • Personal data processing and terms and conditions agreement

If the request was successfully processed, you receive HTTP status code 201 and application object with following important information in the response:

  • Application unique ID

  • Application state

  • Application substate

  • Gateway redirect URL where you should redirect a customer after processing of the response

  • Recurrence ID if you sent isRecurring=true in request (for recurring orders)

If the request was recognized as duplication, you receive HTTP status code 200 and the application object created during the first related successful request.

Note: If the optional agreementTermsAndConditions field was not sent with the request (or it was sent with a value of false), the application will be created with agreementTermsAndConditions value set to false, state PROCESSING and stateReason PROCESSING_REDIRECT_NEEDED.

In other cases, you may receive errors similar to the following ones:

Status codeCodeExplanation
400INVALID_REQUESTRequest was not well formatted (malformed request syntax, size too large, etc.)
422UNPROCESSABLERequest was well-formed but was unable to be followed due to semantic errors

Request

Body

    order

    object

    required

    Order information, needed to create an application.

    number stringrequired

    Possible values: <= 100 characters

    Order number (internal for e-shop)

    variableSymbols string[]

    Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in Mark order items as sent or Mark order items as delivered) or we expect you make payment on our account with this symbol (if not specified later in Mark order items as returned operation). Strings must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.

    totalPrice

    object

    required

    Order total price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    totalVat

    object[]

    required

    Total VAT amounts split by their VAT rates.

  • Array [

  • amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

  • ]

  • addresses

    object[]

    Addresses. Only BILLING and DELIVERY types are allowed.

  • Array [

  • name stringnullable

    Possible values: <= 100 characters

    Name on address

    country stringrequired

    Country. (see ISO 3166 alpha-2)

    city stringrequired

    Possible values: <= 100 characters

    City

    streetAddress stringrequired

    Possible values: <= 100 characters

    Street/city part

    streetNumber stringnullable

    Possible values: <= 100 characters

    Street number

    zip stringrequired

    Possible values: <= 30 characters

    Postal code

    addressType addressTyperequired

    Possible values: [PERMANENT, CONTACT, DELIVERY, BILLING]

    Type of the address. Only some of the types are allowed in each context.

  • ]

  • deliveryType deliveryType

    Possible values: [DELIVERY_CARRIER, PERSONAL_BRANCH, PERSONAL_PARTNER, ONLINE]

    Delivery type, for DELIVERY_CARRIER type can be further specified by deliveryCarrier attribute.

    deliveryCarrier

    object

    oneOf

    carrierId carrierIdrequired

    Possible values: [AIRWAY, CZ_POST_HAND, CZ_POST_OFFICE, CZ_POST_OTHER, DACHSER, DB_SCHENKER, DEUTSCHE_POST_DHL, DHL, DHL_EXPRESS, DHL_FREIGHT, DPD, DSV, FEDEX, FOFR, GEBRUDER_WEISS, GEIS, GLS, HDS_COMFORT, HDS_STANDARD, IN_TIME, JAPO_TRANSPORT, LIFTAGO, LOCAL_COURIER, MAGYAR_POSTA, MALL_DELIVERY, MALL_DEPOSIT, MESSENGER, POSTA_BEZ_HRANIC, PPL, PPL_PARCEL_CONNECT, RABEN, SAMEDAY, SDS, SLOVAK_PARCEL_SERVICE, SLOVENSKA_POSTA, SPRING_GDS, TNT, TOP_TRANS, UPS, WEDO, WEDO_ULOZENKA, ZASILKOVNA]

    channel channel

    Possible values: [ESHOP, BRANCH, FRANCHISE, TELEPHONE, INTERNAL]

    Default value: ESHOP

    Sales channel, indicates how or where the order is created. (ie. via e-mail, eshop or at a branch)

    reservationDate datetimenullable

    Date and time until order is reserved.

    Until 'reservationDate' Skip Pay will try to notify partner with Application notification about approval or rejection.

    After this date and time, e-shop does not guarantee items availability (if application processing is longer, it may endanger order fullfillment).

    documents

    object[]

    Attached documents (invoices etc.)

  • Array [

  • type Document Serializerrequired

    Possible values: [INVOICE, PROFORMA_INVOICE, CREDIT_NOTE, OTHER]

    Type of the document

    file

    object

    required

    oneOf

    string

    description stringnullable

    File description

    extraData

    object

    variableSymbol stringnullable

    Variable symbol of this document (proforma, invoice, ...). This string must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.

  • ]

  • items

    object[]

    required

    Order items

  • Array [

  • code stringrequired

    Possible values: <= 200 characters

    Internal code for item (internal to e-shop). Used to better identify the item for future changes

    ean stringnullable

    Possible values: <= 64 characters

    EAN code.

    name stringrequired

    Possible values: <= 255 characters

    Item name

    type Item Typenullable

    Possible values: [PHYSICAL, DISCOUNT, SHIPPING_FEE, SALES_TAX, DIGITAL, GIFT_CARD, STORE_CREDIT, FEE, INSURANCE]

    Item type

    variant stringnullable

    Possible values: <= 250 characters

    Item variant

    description stringnullable
    producer stringnullable

    Possible values: <= 250 characters

    Producer name

    categories string[]nullable

    List of item categories

    totalPrice

    object

    required

    Order items total price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    totalVat

    object

    required

    Order items VAT including VAT rate.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

    productUrl urlnullable

    Possible values: <= 200 characters

    URL of the item in e-shop

    image

    object

    oneOf

    string

    unitPrice

    object

    Order unit item price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    unitVat

    object

    Financial amount with VAT rate.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

    quantity number

    Possible values: >= 1

    (positive float/decimal up to 3 decimal places) Item quantity. If empty, considered as 1.

  • ]

  • merchantId string

    Merchant identification (ie. in case of multiple e-shops managed by one credentials)

    type Financing Typerequired

    Possible values: [DEFERRED_PAYMENT, PAY_IN_THREE]

    Financing type

    agreementTermsAndConditions boolean

    Terms and conditions agreement

    precheckIds string[]

    Array of all precheck ids related to this application. See Precheck operation and it's response (PrecheckResultsResponse).

    merchantUrls

    object

    required

    Collection of URLs used for redirection of a customer back to a partner website or as a notification endpoint. Services that should be developed and exposed by partner e-shops to allow Skip Pay to asynchronously inform these partners about important changes regarding particular applications and orders.

    approvedRedirect urlrequired

    Possible values: <= 512 characters

    URL of the partner used for redirection of the customer back to partner website (from Skip Pay gateway) after application approval. Do not implement any business logic on accessing this URL by customer. Implement business logic to READY notification via notificationEndpoint.

    rejectedRedirect urlrequired

    Possible values: <= 512 characters

    URL of the partner used for redirection of the customer back to partner website (from Skip Pay gateway) after application rejection. Do not implement any business logic on accessing this URL by customer. Implement business logic to REJECTED notification via notificationEndpoint.

    notificationEndpoint stringrequired

    Possible values: <= 512 characters

    URL of the partner used as a notification endpoint for obtaining important updates about application (approval, rejection, storno, etc.).

    paymentsEndpoint urlnullable

    Possible values: <= 512 characters

    URL of the partner used as a notification endpoint for obtaining information about payments connected with application.

    customer

    object

    required

    Customer data

    titleBefore stringnullable

    Possible values: <= 60 characters

    Academical degree, in front of the name

    titleAfter stringnullable

    Possible values: <= 60 characters

    Academical degree, behind name

    email stringrequired

    Possible values: <= 254 characters

    E-mail address of customer

    addresses

    object[]

    Addresses. All types are allowed.

  • Array [

  • name stringnullable

    Possible values: <= 100 characters

    Name on address

    country stringrequired

    Country. (see ISO 3166 alpha-2)

    city stringrequired

    Possible values: <= 100 characters

    City

    streetAddress stringrequired

    Possible values: <= 100 characters

    Street/city part

    streetNumber stringnullable

    Possible values: <= 100 characters

    Street number

    zip stringrequired

    Possible values: <= 30 characters

    Postal code

    addressType addressTyperequired

    Possible values: [PERMANENT, CONTACT, DELIVERY, BILLING]

    Type of the address. Only some of the types are allowed in each context.

  • ]

  • tin stringnullable

    Possible values: <= 20 characters

    Tax identification number (ICO)

    vatin stringnullable

    Possible values: <= 20 characters

    VAT identification number

    extraData

    object

    required

    transactionsNumber numberrequired

    Historical count of customer transactions made in partner's e-shop

    cashlessTransactionsNumber number

    Historical count of customer cashless transactions made in partner's e-shop

    transactionsSum

    object

    required

    Financial amount

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    cashlessTransactionsSum

    object

    Financial amount

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    latestTransactionDate datenullable

    Date of customer's latest (newest) transaction on partner e-shop.

    earliestTransactionDate daterequired

    Date of customer's earliest (oldest) transaction on partner e-shop.

    pageTotalTime numbernullable

    Possible values: >= 1

    Total time spent on partners website (in seconds)

    pageReviewsTime numbernullable

    Possible values: >= 1

    Total time spent on partners website in review and comments sections (in seconds)

    cartItemsRemoved numbernullable

    Possible values: >= 1

    Total count of removed items form shopping basket during current shopping

    itemsViewed numbernullable

    Possible values: >= 1

    Number of viewed pages with products

    tags string[]nullable

    Possible values: <= 10 characters

    List of custom tags (ie. information, that customer is club member, vip customer, etc.)

    firstName string

    Possible values: <= 60 characters

    Customer first (given) name. Must be paired with lastName. Required if fullName is empty.

    lastName string

    Possible values: <= 60 characters

    Customer last (family) name. Must be paired with firstName. Required if fullName is empty.

    fullName string

    Possible values: <= 240 characters

    Customer full name, including academical degrees and salutation. Required only if firstName or lastName are empty.

    phone stringrequired

    Possible values: <= 13 characters

    Phone number with country code (including leading +). Phone number is by default required if you are not able to send it contact us.

    isRecurring boolean

    Default value: false

    Ensures recurrence ID in reponse. Default is false

Responses

Application data is duplicate. Existing application is returned.

Schema

    id stringrequired

    Unique identifier in Skip Pay

    state staterequired

    Possible values: [PROCESSING, READY, REJECTED, CANCELLED]

    Application state.

    stateReason Reason Staterequired

    Possible values: [PROCESSING_REDIRECT_NEEDED, PROCESSING_PREAPPROVED, PROCESSING_VALIDATION_IN_PROGRESS, REJECTED, CANCELLED_NOT_PAID, READY_TO_SHIP, READY_SHIPPED, READY_DELIVERED, READY_PAID, CANCELLED_RETURNED]

    Describes internal state of application, e.g. when state is PROCESSING - reason why application remains in processing state

    customer

    object

    required

    Customer data

    titleBefore stringnullable

    Possible values: <= 60 characters

    Academical degree, in front of the name

    titleAfter stringnullable

    Possible values: <= 60 characters

    Academical degree, behind name

    email stringrequired

    Possible values: <= 254 characters

    E-mail address of customer

    addresses

    object[]

    Addresses. All types are allowed.

  • Array [

  • name stringnullable

    Possible values: <= 100 characters

    Name on address

    country stringrequired

    Country. (see ISO 3166 alpha-2)

    city stringrequired

    Possible values: <= 100 characters

    City

    streetAddress stringrequired

    Possible values: <= 100 characters

    Street/city part

    streetNumber stringnullable

    Possible values: <= 100 characters

    Street number

    zip stringrequired

    Possible values: <= 30 characters

    Postal code

    addressType addressTyperequired

    Possible values: [PERMANENT, CONTACT, DELIVERY, BILLING]

    Type of the address. Only some of the types are allowed in each context.

  • ]

  • tin stringnullable

    Possible values: <= 20 characters

    Tax identification number (ICO)

    vatin stringnullable

    Possible values: <= 20 characters

    VAT identification number

    extraData

    object

    required

    transactionsNumber numberrequired

    Historical count of customer transactions made in partner's e-shop

    cashlessTransactionsNumber number

    Historical count of customer cashless transactions made in partner's e-shop

    transactionsSum

    object

    required

    Financial amount

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    cashlessTransactionsSum

    object

    Financial amount

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    latestTransactionDate datenullable

    Date of customer's latest (newest) transaction on partner e-shop.

    earliestTransactionDate daterequired

    Date of customer's earliest (oldest) transaction on partner e-shop.

    pageTotalTime numbernullable

    Possible values: >= 1

    Total time spent on partners website (in seconds)

    pageReviewsTime numbernullable

    Possible values: >= 1

    Total time spent on partners website in review and comments sections (in seconds)

    cartItemsRemoved numbernullable

    Possible values: >= 1

    Total count of removed items form shopping basket during current shopping

    itemsViewed numbernullable

    Possible values: >= 1

    Number of viewed pages with products

    tags string[]nullable

    Possible values: <= 10 characters

    List of custom tags (ie. information, that customer is club member, vip customer, etc.)

    firstName stringrequired

    Possible values: <= 60 characters

    Customer first (given) name. Must be paired with lastName. Required if fullName is empty.

    lastName stringrequired

    Possible values: <= 60 characters

    Customer last (family) name. Must be paired with firstName. Required if fullName is empty.

    fullName stringrequired

    Possible values: <= 240 characters

    Customer full name, including academical degrees and salutation. Required only if firstName or lastName are empty.

    phone stringrequired

    Possible values: <= 13 characters

    Phone number with country code (including leading +).

    PrecheckResultResponseSerializer PrecheckResultResponseSerializer

    Possible values: [UNKNOWN, FIRST_ORDER, FULL, BLOCKED]

    Customer type.

    order

    object

    required

    Order information, needed to create an application.

    number stringrequired

    Possible values: <= 100 characters

    Order number (internal for e-shop)

    variableSymbols string[]

    Variable symbols for pairing. First symbol in array is used for making the payment to your account (if not specified later in Mark order items as sent or Mark order items as delivered) or we expect you make payment on our account with this symbol (if not specified later in Mark order items as returned operation). Strings must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.

    totalPrice

    object

    required

    Order total price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    totalVat

    object[]

    required

    Total VAT amounts split by their VAT rates.

  • Array [

  • amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

  • ]

  • addresses

    object[]

    Addresses. Only BILLING and DELIVERY types are allowed.

  • Array [

  • name stringnullable

    Possible values: <= 100 characters

    Name on address

    country stringrequired

    Country. (see ISO 3166 alpha-2)

    city stringrequired

    Possible values: <= 100 characters

    City

    streetAddress stringrequired

    Possible values: <= 100 characters

    Street/city part

    streetNumber stringnullable

    Possible values: <= 100 characters

    Street number

    zip stringrequired

    Possible values: <= 30 characters

    Postal code

    addressType addressTyperequired

    Possible values: [PERMANENT, CONTACT, DELIVERY, BILLING]

    Type of the address. Only some of the types are allowed in each context.

  • ]

  • deliveryType deliveryType

    Possible values: [DELIVERY_CARRIER, PERSONAL_BRANCH, PERSONAL_PARTNER, ONLINE]

    Delivery type, for DELIVERY_CARRIER type can be further specified by deliveryCarrier attribute.

    deliveryCarrier

    object

    oneOf

    carrierId carrierIdrequired

    Possible values: [AIRWAY, CZ_POST_HAND, CZ_POST_OFFICE, CZ_POST_OTHER, DACHSER, DB_SCHENKER, DEUTSCHE_POST_DHL, DHL, DHL_EXPRESS, DHL_FREIGHT, DPD, DSV, FEDEX, FOFR, GEBRUDER_WEISS, GEIS, GLS, HDS_COMFORT, HDS_STANDARD, IN_TIME, JAPO_TRANSPORT, LIFTAGO, LOCAL_COURIER, MAGYAR_POSTA, MALL_DELIVERY, MALL_DEPOSIT, MESSENGER, POSTA_BEZ_HRANIC, PPL, PPL_PARCEL_CONNECT, RABEN, SAMEDAY, SDS, SLOVAK_PARCEL_SERVICE, SLOVENSKA_POSTA, SPRING_GDS, TNT, TOP_TRANS, UPS, WEDO, WEDO_ULOZENKA, ZASILKOVNA]

    channel channel

    Possible values: [ESHOP, BRANCH, FRANCHISE, TELEPHONE, INTERNAL]

    Default value: ESHOP

    Sales channel, indicates how or where the order is created. (ie. via e-mail, eshop or at a branch)

    reservationDate datetimenullable

    Date and time until order is reserved.

    Until 'reservationDate' Skip Pay will try to notify partner with Application notification about approval or rejection.

    After this date and time, e-shop does not guarantee items availability (if application processing is longer, it may endanger order fullfillment).

    state Order Staterequired

    Possible values: [PROCESSING, SENT, DELIVERED, RETURNED, CANCELLED]

    Order state.

    deliveryDate datenullablerequired

    Date and time of delivery

    deliveryTrackingNumber stringnullablerequired

    Possible values: <= 64 characters

    Delivery tracking number

    sentDate datenullablerequired

    Date and time of order shipping

    documents

    object[]

    Attached documents (invoices etc.)

  • Array [

  • type Document Serializerrequired

    Possible values: [INVOICE, PROFORMA_INVOICE, CREDIT_NOTE, OTHER]

    Type of the document

    file

    object

    required

    filename stringrequired

    Possible values: <= 100 characters

    File name.

    url urlrequired

    File URL (URL is accessible only 1 hour from its generation for security reasons)

    description stringnullable

    File description

    extraData

    object

    variableSymbol stringnullable

    Variable symbol of this document (proforma, invoice, ...). This string must contain only numbers, maximum length is 10 characters (digits). Leading zeros are ignored.

  • ]

  • items

    object[]

    required

    Order items

  • Array [

  • code stringrequired

    Possible values: <= 200 characters

    Internal code for item (internal to e-shop). Used to better identify the item for future changes

    ean stringnullable

    Possible values: <= 64 characters

    EAN code.

    name stringrequired

    Possible values: <= 255 characters

    Item name

    type Item Typenullable

    Possible values: [PHYSICAL, DISCOUNT, SHIPPING_FEE, SALES_TAX, DIGITAL, GIFT_CARD, STORE_CREDIT, FEE, INSURANCE]

    Item type

    variant stringnullable

    Possible values: <= 250 characters

    Item variant

    description stringnullable
    producer stringnullable

    Possible values: <= 250 characters

    Producer name

    categories string[]nullable

    List of item categories

    totalPrice

    object

    required

    Order items total price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    totalVat

    object

    required

    Order items VAT including VAT rate.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

    productUrl urlnullable

    Possible values: <= 200 characters

    URL of the item in e-shop

    state Order Staterequired

    Possible values: [PROCESSING, SENT, DELIVERED, RETURNED, CANCELLED]

    Order state.

    sentDate datenullablerequired

    Date when item was sent. Only when the whole order was NOT sent at once.

    deliveryDate datenullablerequired

    Date when item was delivered. Only when the whole order was NOT sent at once.

    deliveryTrackingNumber stringnullablerequired

    Possible values: <= 64 characters

    Tracking number for the item. Only when the whole order was NOT sent at once.

    image

    object

    filename stringrequired

    Possible values: <= 100 characters

    File name.

    url urlrequired

    File URL.

    unitPrice

    object

    required

    Order unit item price including VAT.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    unitVat

    object

    required

    Financial amount with VAT rate.

    amount numberrequired

    Amount in minor units (12590 represents 125,90 CZK) ISO 4217

    currency stringrequired

    Amount currency. ISO 4217 (only CZK and EUR values are allowed)

    vatRate numberrequired

    VAT rate as positive number (ie. 15 represents 15% rate). 0 is allowed.

    quantity numberrequired

    Possible values: >= 1

    (positive float/decimal up to 3 decimal places) Item quantity.

  • ]

  • merchantId stringnullablerequired

    Merchant identification

    type Financing Typerequired

    Possible values: [DEFERRED_PAYMENT, PAY_IN_THREE]

    Financing type

    agreementTermsAndConditions booleanrequired

    Terms and conditions agreement

    gatewayRedirectUrl stringrequired

    Gateway redirect URL. Redirect user to this URL if state is PROCESSING and stateReason is PROCESSING_REDIRECT_NEEDED.

    recurrence

    object

    id stringrequired

    Unique identifier in Skip Pay

    state Recurrence Staterequired

    Possible values: [APPROVING, READY, CANCELLED, EXPIRED]

    Recurrence state

Loading...