404 not found. Using postman for stripe integration in android studio

55 views Asked by At

I added the url for customers, emphemeral keys and payment_intent in the postman, and then i added authorization, body and sent the url request. Customers is working but for emphemeral key and payment_intent, i get the 404 error even though I used all details from stripe documentation

{ "error": { "message": "Unrecognized request URL (GET: /v1/ephemeral_keys). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.", "type": "invalid_request_error" } }

1

There are 1 answers

0
Tarzan On

The /v1/ephemeral_keys only accepts the POST verb.