Payment Method
Migrate stripe payment methods
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Payment Method
Migrate stripe payment methods
Assigns stripe customer ids to fynn customers, which are matched by email. After that, all not expired and attached payment methods will be created in fynn.
Required permissions:payment-method:migrate
POST
/
payment-methods
/
migrate
/
stripe
[
{
"migrated": {
"customer_id": "ad8f7a8d-7a8d-7a8d-7a8d-7a8d7a8d7a8d",
"customer_name": "Max Mustermann",
"customer_number": "123456",
"customer_email": "max@mustermann.de",
"payment_method_id": "pm_1J5gqz2eZvKYlo2C2X2X2X2X",
"payment_method_type": "card",
"payment_method_name": "Visa (4242)"
},
"skipped": {
"reason": "already_exists",
"customer_id": "ad8f7a8d-7a8d-7a8d-7a8d-7a8d7a8d7a8d",
"customer_name": "Max Mustermann",
"customer_number": "123456",
"customer_email": "max@mustermann.de",
"payment_method_id": "pm_1J5gqz2eZvKYlo2C2X2X2X2X",
"payment_method_type": "card",
"payment_method_name": "Visa (4242)"
}
}
]
Authorizations
Value for the Authorization header parameter.
Response
200
application/json
Stripe payment methods migrated
The response is of type object[]
.
Was this page helpful?
[
{
"migrated": {
"customer_id": "ad8f7a8d-7a8d-7a8d-7a8d-7a8d7a8d7a8d",
"customer_name": "Max Mustermann",
"customer_number": "123456",
"customer_email": "max@mustermann.de",
"payment_method_id": "pm_1J5gqz2eZvKYlo2C2X2X2X2X",
"payment_method_type": "card",
"payment_method_name": "Visa (4242)"
},
"skipped": {
"reason": "already_exists",
"customer_id": "ad8f7a8d-7a8d-7a8d-7a8d-7a8d7a8d7a8d",
"customer_name": "Max Mustermann",
"customer_number": "123456",
"customer_email": "max@mustermann.de",
"payment_method_id": "pm_1J5gqz2eZvKYlo2C2X2X2X2X",
"payment_method_type": "card",
"payment_method_name": "Visa (4242)"
}
}
]