Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Using Refund with a processDate always fails #21

@abelbraaksma

Description

@abelbraaksma

For example:

// ... other code
var processDate = DateTime.Today.AddDays(1);
// always throws
var refundResponse = PAYNLSDK.Transaction.Refund(transactionId, description, amountInCents, processDate, refundNotificationUrl);  

The problem appears to be with the date being formatted as YYYY-MM-DD, but the pay.nl server expects the Dutch format, DD-MM-YYYY.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions