You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
I am trying to test your transactions endpoint to purchase a label, however it keeps returning that my data was not valid.
Which is strange, because when I fetch the shipment by ID, I can clearly see that it contains the rate that I am trying to purchase.
Is there something I am missing?
This is what I am sending: { rate: 'a56493b1f836482e94b89fb9d6261267', label_file_type: 'PDF', async: false }
This is my implementation:
after all this time, turned out I was missing sender/reciever name when creating shipment. So make sure to doube check your name and address. I pretended to enter a non-existing address but it worked too? I guess it does not care if we enter the wrong address
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to test your transactions endpoint to purchase a label, however it keeps returning that my data was not valid.
Which is strange, because when I fetch the shipment by ID, I can clearly see that it contains the rate that I am trying to purchase.
Is there something I am missing?
This is what I am sending:
{ rate: 'a56493b1f836482e94b89fb9d6261267', label_file_type: 'PDF', async: false }
This is my implementation:
The text was updated successfully, but these errors were encountered: