Skip to content

feat(connector): add support for affirm and afterpay/clearpay through stripe #347

@Narayanbhat166

Description

@Narayanbhat166

Feature Description

Add support for creating payments through affirm and afterpay/clearpay through stripe. The api contract changes will be as follows

  • afterpay/clearpay
{
  "payment_method": "pay_later",
  "payment_method_data": {
    "issuer_name": "afterpay_clearpay",
    "afterpay_clearpay_redirect": {
      "billing_email_address": "[email protected]"
    }
  }
}
  • affirm
{
  "payment_method": "pay_later",
  "payment_method_data": {
    "issuer_name": "affirm",
    "affirm_redirect": {
      "billing_email_address": "[email protected]"
    }
  }
}

Possible Implementation

Modify the payments request of stripe to include affirm and afterpay

Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

Yes I am willing to submit a PR!

Metadata

Metadata

Labels

A-connector-integrationArea: Connector integrationC-featureCategory: Feature request or enhancementE-easyEffort: Should be easy to implement and would make a good first PR

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions