Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Payment create: name field is ignored #3321

Closed
2 tasks done
whiteagle3k opened this issue Jan 10, 2024 · 1 comment
Closed
2 tasks done

[BUG] Payment create: name field is ignored #3321

whiteagle3k opened this issue Jan 10, 2024 · 1 comment
Labels
C-bug Category: Bug

Comments

@whiteagle3k
Copy link

Bug Description

I create the payment with the name literally inserted:

{ "amount": 100, "currency": "USD", "profile_id": "pro_xxxxx", "description": "123", "name": "John Doe" }

the response is created payment with name:null

Expected Behavior

payment object name should be the value I passed

Actual Behavior

null

Steps To Reproduce

Provide an unambiguous set of steps to reproduce this bug. Include code or configuration to reproduce, if relevant.
Create a payment with "name" value

Context For The Bug

No response

Environment

106

Have you spent some time checking if this bug has been raised before?

  • I checked and didn't find a similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

None

@whiteagle3k whiteagle3k added C-bug Category: Bug S-awaiting-triage Status: New issues that have not been assessed yet labels Jan 10, 2024
@Narayanbhat166
Copy link
Member

Hi @whiteagle3k, please pass the customer_id field as specified in the api reference when passing customer details. Then the name field will be consumed. I hope that helps. Will close this issue for now, you can reopen this issue in case of any further queries.

@SanchithHegde SanchithHegde removed the S-awaiting-triage Status: New issues that have not been assessed yet label Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug
Projects
None yet
Development

No branches or pull requests

3 participants