Skip to content

Migrating an existing payment method #155

Answered by sags95
j2is asked this question in Help
Discussion options

You must be logged in to vote

@j2is We do support migrating pm_ tokens as well, we will correct the docs to reflect these tokens. In your case the request would look like this:

POST /accounts/{id}/cards {
  "token": "<pm_***>",
  "stripe_token": "<pm_***>",
  "stripe_customer": "<cus_***>"
}

The rest of the fields should be imported automatically after passing in these details

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by logeshswell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment